test: fixed failing Workspace UI test
This commit is contained in:
parent
4e00c36f0d
commit
1ae12170e9
2 changed files with 0 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ context("Workspace 2.0", () => {
|
|||
cy.get(".codex-editor__redactor .ce-block");
|
||||
cy.get('.custom-actions button[data-label="Create%20Workspace"]').click();
|
||||
cy.fill_field("title", "Test Private Page", "Data");
|
||||
cy.fill_field("icon", "edit", "Icon");
|
||||
cy.get_open_dialog().find(".modal-header").click();
|
||||
cy.get_open_dialog().find(".btn-primary").click();
|
||||
|
||||
|
|
@ -52,7 +51,6 @@ context("Workspace 2.0", () => {
|
|||
cy.get('.custom-actions button[data-label="Create%20Workspace"]').click();
|
||||
cy.fill_field("title", "Test Child Page", "Data");
|
||||
cy.fill_field("parent", "Test Private Page", "Select");
|
||||
cy.fill_field("icon", "edit", "Icon");
|
||||
cy.get_open_dialog().find(".modal-header").click();
|
||||
cy.get_open_dialog().find(".btn-primary").click();
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ context("Workspace Blocks", () => {
|
|||
cy.get(".codex-editor__redactor .ce-block");
|
||||
cy.get('.custom-actions button[data-label="Create%20Workspace"]').click();
|
||||
cy.fill_field("title", "Test Block Page", "Data");
|
||||
cy.fill_field("icon", "edit", "Icon");
|
||||
cy.get_open_dialog().find(".modal-header").click();
|
||||
cy.get_open_dialog().find(".btn-primary").click();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue