Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Mar 9, 2024
1 parent 12bd0aa commit 461d500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/assets/library-backup-page.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ mainTest(

mainTest(
'PENPOT-1516 Check Library backup file in case of unpublishing a few shared libraries',
async (args, testInfo) => {
async ({ page }, testInfo) => {
await testInfo.setTimeout(testInfo.timeout + 20000);

await mainPage.clickPencilBoxButton();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test.describe(() => {

mainTest(
'PENPOT-1511 Create component with 2 boards with components inside it. change paddings',
async (args, testInfo) => {
async ( {page}, testInfo) => {
await testInfo.setTimeout(testInfo.timeout + 20000);

await mainPage.clickCreatedBoardTitleOnCanvas();
Expand Down

0 comments on commit 461d500

Please sign in to comment.