Skip to content

Commit 649d0f6

Browse files
committed
test: removing "only" from a test
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent 10133a3 commit 649d0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/oauth.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const test = base.extend({
3131
});
3232

3333
test.describe('app initialization', () => {
34-
test.only('initializes the app through the content script', async ({ page }) => {
34+
test('initializes the app through the content script', async ({ page }) => {
3535
// page.on('console', console.log)
3636
await page.goto('./index.html');
3737
const attr = await page.locator('#request').getAttribute('hidden');

0 commit comments

Comments
 (0)