瀏覽代碼

test: fix awesomebar filter test

version-14
Suraj Shetty 5 年之前
父節點
當前提交
823076e614
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      cypress/integration/awesome_bar.js

+ 2
- 2
cypress/integration/awesome_bar.js 查看文件

@@ -25,8 +25,8 @@ context('Awesome Bar', () => {

cy.get('h1').should('contain', 'To Do');

cy.get('.frappe-control[data-fieldname=description] input')
.should('contain', '%test%');
cy.get('[data-original-title="Name"] > .input-with-feedback')
.should('have.value', '%test%');
});

it('navigates to new form', () => {


Loading…
取消
儲存