Procházet zdrojové kódy

test: no need to blur text editor

version-14
Sagar Vora před 4 roky
committed by Suraj Shetty
rodič
revize
96d5b141e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      cypress/integration/form.js

+ 1
- 1
cypress/integration/form.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit