|
|
@@ -8,7 +8,7 @@ context('Form', () => { |
|
|
|
}); |
|
|
|
it('create a new form', () => { |
|
|
|
cy.visit('/app/todo/new'); |
|
|
|
cy.fill_field('description', 'this is a test todo', 'Text Editor').blur(); |
|
|
|
cy.fill_field('description', 'this is a test todo', 'Text Editor'); |
|
|
|
cy.wait(300); |
|
|
|
cy.get('.page-title').should('contain', 'Not Saved'); |
|
|
|
cy.intercept({ |
|
|
|