ソースを参照

style: Fix indentation

version-14
Suraj Shetty 4年前
コミット
1f96f3d83c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      cypress/integration/control_link.js

+ 1
- 1
cypress/integration/control_link.js ファイルの表示

@@ -49,7 +49,7 @@ context('Control Link', () => {
it('should unset invalid value', () => {
get_dialog_with_link().as('dialog');

cy.intercept('GET', '/api/method/frappe.desk.form.utils.validate_link*').as('validate_link');
cy.intercept('GET', '/api/method/frappe.desk.form.utils.validate_link*').as('validate_link');

cy.get('.frappe-control[data-fieldname=link] input')
.type('invalid value', { delay: 100 })


読み込み中…
キャンセル
保存