Skip to content

Commit 5752538

Browse files
committed
chore(e2e): disable login tests
1 parent 063ffba commit 5752538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright/tests/login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const getRequiredEnv = (name: 'USER_NAME' | 'PASSWORD'): string => {
1010
return value;
1111
};
1212

13-
test.describe('Daily.dev Homepage', () => {
13+
test.describe.skip('Daily.dev Homepage', () => {
1414
test('should load the homepage successfully', async ({ page }) => {
1515
const userName = getRequiredEnv('USER_NAME');
1616
const password = getRequiredEnv('PASSWORD');

0 commit comments

Comments
 (0)