Kaynağa Gözat

test: fix awesomebar filter test

version-14
Suraj Shetty 5 yıl önce
ebeveyn
işleme
823076e614
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      cypress/integration/awesome_bar.js

+ 2
- 2
cypress/integration/awesome_bar.js Dosyayı Görüntüle

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


cy.get('h1').should('contain', 'To Do'); 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', () => { it('navigates to new form', () => {


Yükleniyor…
İptal
Kaydet