Bladeren bron

test: minor change

(cherry picked from commit 930f8c34ed)
version-14
Shariq Ansari 2 jaren geleden
committed by Mergify
bovenliggende
commit
d1944a5e28
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. +1
    -2
      cypress/integration/workspace_blocks.js

+ 1
- 2
cypress/integration/workspace_blocks.js Bestand weergeven

@@ -77,10 +77,9 @@ context("Workspace Blocks", () => {
// test quick list creation
cy.get(".ce-block").first().click({ force: true }).type("{enter}");
cy.get(".block-list-container .block-list-item").contains("Quick List").click();
cy.wait(300);

cy.fill_field("label", "ToDo", "Data");
cy.fill_field("document_type", "ToDo", "Link").blur();
cy.fill_field("label", "ToDo", "Data").blur();
cy.wait("@get_doctype");

cy.get_open_dialog().find(".filter-edit-area").should("contain", "No filters selected");


Laden…
Annuleren
Opslaan