Skip to content

Commit

Permalink
chore: Update login.spec.ts to use correct email for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
noriega2112 committed Aug 14, 2024
1 parent 8b31f2a commit a449a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('Login workflow', async ({ page }) => {
}

await page.goto('/log-in')
await page.getByTestId('email').fill('playwright@example.com')
await page.getByTestId('email').fill('playwright@thinknimble.com')
await page.getByTestId('password').fill(process.env.PLAYWRIGHT_TEST_USER_PASS ?? '')
await page.getByTestId('submit').click()

Expand Down

0 comments on commit a449a57

Please sign in to comment.