瀏覽代碼

fix(ToDo): cypress tests

version-14
hasnain2808@gmail.com 4 年之前
父節點
當前提交
a55e1a6394
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      cypress/integration/table_multiselect.js

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

@@ -8,7 +8,7 @@ context('Table MultiSelect', () => {
it('select value from multiselect dropdown', () => {
cy.new_form('Assignment Rule');
cy.fill_field('__newname', name);
cy.fill_field('document_type', 'ToDo');
cy.fill_field('document_type', 'Blog Post');
cy.fill_field('assign_condition', 'status=="Open"', 'Code');
cy.get('input[data-fieldname="users"]').focus().as('input');
cy.get('input[data-fieldname="users"] + ul').should('be.visible');


Loading…
取消
儲存