瀏覽代碼

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 })


Loading…
取消
儲存