test: no need to blur text editor

This commit is contained in:
Sagar Vora 2021-04-17 13:12:19 +05:30
parent 960fcc23af
commit 513835a92c

View file

@ -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({