Skip to content

Commit fbef570

Browse files
committed
wip
1 parent b322a8a commit fbef570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function setCompanyData(page: Page, user: UserCredentials, company:
8989
await page.getByLabel('Name').fill(company.name);
9090
await page.getByLabel('Unternehmenssitz').pressSequentially(company.address, { delay: 10 });
9191
await page.screenshot({ path: 'screenshots/duringSetCompany.png', fullPage: true });
92-
await page.getByText('nbinder-Straße 70a').click();
92+
await page.getByText('nbinder-Straße 70A').click();
9393

9494
await page.getByLabel('Pflichtfahrgebiet').selectOption({ label: company.zone });
9595
await page.getByRole('button', { name: 'Übernehmen' }).click();

0 commit comments

Comments
 (0)