fix(tests): [Workspace] Fix tests for actions in footer
This commit is contained in:
parent
d545f30b22
commit
5a2c2a3250
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ context("Workspace 2.0", () => {
|
|||
}).as("page_duplicated");
|
||||
|
||||
cy.get(".codex-editor__redactor .ce-block");
|
||||
cy.get(".standard-actions .btn[data-label=Edit]").click();
|
||||
cy.get(".btn-edit-workspace").click();
|
||||
|
||||
cy.get('.sidebar-item-container[item-name="Test Private Page"]').as("sidebar-item");
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ context("Workspace Blocks", () => {
|
|||
}).as("get_doctype");
|
||||
|
||||
cy.get(".codex-editor__redactor .ce-block");
|
||||
cy.get(".standard-actions .btn[data-label=Edit]").click();
|
||||
cy.get(".btn-edit-workspace").click();
|
||||
|
||||
// test quick list creation
|
||||
cy.get(".ce-block").first().click({ force: true }).type("{enter}");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue