Skip to content

Commit c4ff5e0

Browse files
committed
tests: Add a tag to post release test
1 parent 1d78825 commit c4ff5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/post-release/tests/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
const { test, expect } = require('@playwright/test');
1717
const prettySeconds = require('pretty-seconds');
1818

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

0 commit comments

Comments
 (0)