Explorar el Código

test: fix awesomebar filter test

version-14
Suraj Shetty hace 5 años
padre
commit
823076e614
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      cypress/integration/awesome_bar.js

+ 2
- 2
cypress/integration/awesome_bar.js Ver fichero

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


Cargando…
Cancelar
Guardar