Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalapkoStanislav committed Aug 13, 2024
1 parent f42468f commit f13af5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright_pre_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.SECOND_EMAIL }}
SECOND_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
GITHUB_RUN_ID: ${{ github.run.id }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/playwright_pre_firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.SECOND_EMAIL }}
SECOND_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
GITHUB_RUN_ID: ${{ github.run.id }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/playwright_pre_webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
SECOND_EMAIL: ${{ secrets.SECOND_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
GITHUB_RUN_ID: ${{ github.run.id }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions tests/composition/composition-grid-layout.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ mainTest(qase(1698,'PENPOT-1698 Upload an image and add it to the table - check
await mainPage.clickCreatedBoardTitleOnCanvas();
await designPanelPage.changeHeightAndWidthForLayer('700', '800');
await designPanelPage.openGridEditModeFromDesignPanel();
await mainPage.waitForChangeIsUnsaved();
await mainPage.waitForChangeIsSaved();
await expect(mainPage.viewport).toHaveScreenshot('resized-board-with-image.png', {
mask: [mainPage.guides],
Expand Down

0 comments on commit f13af5d

Please sign in to comment.