瀏覽代碼

test: no need to blur text editor

version-14
Sagar Vora 4 年之前
父節點
當前提交
513835a92c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      cypress/integration/form.js

+ 1
- 1
cypress/integration/form.js 查看文件

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


Loading…
取消
儲存