Skip to content

Commit

Permalink
test(e2e): skip login test
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 2, 2024
1 parent e237f87 commit bdfe6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/02-login.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from '@playwright/test'

test('login', async ({ page }) => {
test.skip('login', async ({ page }) => {
const username = process.env['STEAM_USERNAME']
const password = process.env['STEAM_PASSWORD']
expect(username).toBeTruthy()
Expand Down

0 comments on commit bdfe6b1

Please sign in to comment.