Browse Source

test: form test description not filled

* wait 300 ms for form controller to update doc
version-14
Shivam Mishra 5 years ago
parent
commit
df7f70ef29
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cypress/integration/form.js

+ 1
- 0
cypress/integration/form.js View File

@@ -9,6 +9,7 @@ context('Form', () => {
it('create a new form', () => {
cy.visit('/desk#Form/ToDo/New ToDo 1');
cy.fill_field('description', 'this is a test todo', 'Text Editor').blur();
cy.wait(300);
cy.get('.page-title').should('contain', 'Not Saved');
cy.server();
cy.route({


Loading…
Cancel
Save