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 10133a3 commit 649d0f6Copy full SHA for 649d0f6
test/oauth.test.js
@@ -31,7 +31,7 @@ const test = base.extend({
31
});
32
33
test.describe('app initialization', () => {
34
- test.only('initializes the app through the content script', async ({ page }) => {
+ test('initializes the app through the content script', async ({ page }) => {
35
// page.on('console', console.log)
36
await page.goto('./index.html');
37
const attr = await page.locator('#request').getAttribute('hidden');
0 commit comments