We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ff5e0 commit 1ba92a8Copy full SHA for 1ba92a8
tests/fixtures/cloud/tests/no-sc/demo.test.js
@@ -16,7 +16,7 @@
16
const { test, expect } = require('@playwright/test');
17
const prettySeconds = require('pretty-seconds');
18
19
-test('is a basic test with the page', async ({ page }) => {
+test('is a basic test with the page @basic', async ({ page }) => {
20
await page.goto('https://playwright.dev/');
21
expect(prettySeconds(80)).toBe('1 minute and 20 seconds');
22
expect(await page.innerText('.navbar__title')).toBe('Playwright');
0 commit comments