Skip to content

Commit

Permalink
test: apptempt to fix no entryContentBlock footer btn
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p authored and kevin-atnos committed Nov 28, 2024
1 parent 2d68be4 commit 96773fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Cypress.Commands.add("focus_out", () => {

Cypress.Commands.add("go_edited_pia", (id = 2, section = 1, item = 1) => {
cy.visit(`/#/pia/${id}/section/${section}/item/${item}`);
cy.wait(2000);
});

Cypress.Commands.add("import_pia", () => {
Expand Down

0 comments on commit 96773fb

Please # to comment.