ottensheim-boats #224

Merged
philipp merged 7 commits from ottensheim-boats into staging 2024-03-04 09:55:40 +01:00
Showing only changes of commit 6f8958937c - Show all commits

View File

@ -24,7 +24,7 @@ test('Cox can start and cancel trip', async ({ page }) => {
await page.getByRole('link', { name: 'Joe' }).click();
page.once('dialog', dialog => {
console.log(`Dialog message: ${dialog.message()}`);
dialog.dismiss().catch(() => {});
dialog.accept().catch(() => {});
});
await page.getByRole('link', { name: 'Löschen' }).click();
});