Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Sep 17, 2024
1 parent 82c93ed commit 582ea4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_pre_webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps
run: npx playwright install --force --with-deps

- name: Run Playwright tests
env:
Expand Down
2 changes: 2 additions & 0 deletions tests/view-mode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ mainTest.describe(() => {

mainTest(qase([689], 'CO-368 Interactions dropdown'), async ({ page }) => {
const userAgent = await page.evaluate(() => navigator.userAgent);
const playwrightVersion = require('@playwright/test/package.json').version;

console.log('Playwright version:', playwrightVersion);
console.log('User-Agent:', userAgent);
await mainPage.createDefaultBoardByCoordinates(300, 300);
await mainPage.createDefaultBoardByCoordinates(500, 500, true);
Expand Down

0 comments on commit 582ea4a

Please sign in to comment.