test: minor change
This commit is contained in:
parent
2e80f044c2
commit
930f8c34ed
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue