Skip to content

Commit

Permalink
Add back change locator test
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-debruijn committed Oct 8, 2024
1 parent bff548c commit 64336c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/setup/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setup('authenticate', async ({ baseURL, page }) => {

await page.waitForURL(/account-acc.uitid.be\/*/);

await page.getByLabel('Je e-mailadres').fill(process.env.E2E_TEST_EMAIL);
await page.locator('input[name="username"]').fill(process.env.E2E_TEST_EMAIL);
await page.getByLabel('Je wachtwoord').fill(process.env.E2E_TEST_PASSWORD);

await page.getByRole('button', { name: 'Meld je aan', exact: true }).click();
Expand Down

0 comments on commit 64336c8

Please sign in to comment.