ソースを参照

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', () => {


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