Skip to content

Commit

Permalink
tests: Add a tag to post release test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Mar 3, 2025
1 parent 1d78825 commit c4ff5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/post-release/tests/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const { test, expect } = require('@playwright/test');
const prettySeconds = require('pretty-seconds');

test('is a basic test with the page', async ({ page }) => {
test('is a basic test with the page @tagged', async ({ page }) => {
await page.goto('https://playwright.dev/');
expect(prettySeconds(80)).toBe('1 minute and 20 seconds');
expect(await page.innerText('.navbar__title')).toBe('Playwright');
Expand Down

0 comments on commit c4ff5e0

Please sign in to comment.