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