Skip to content

Commit

Permalink
more time wait for PB
Browse files Browse the repository at this point in the history
  • Loading branch information
PaolaPellegrini committed Sep 25, 2024
1 parent 1331d8c commit 3f12d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/pmBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export class PMBlock {
if (category != "") this.enterPMBlockCategory(category);
if (username != "") this.enterPMBlockManager(username);
if (icon != "") this.enterIcon(icon);
this.clickOnSaveInAddPublish();
his.clickOnSaveInAddPublish();
cy.wait(4000);


}
Expand Down

0 comments on commit 3f12d2c

Please sign in to comment.