try fixing this flaky test on firefox (#12640)

This commit is contained in:
Matthias Mair
2026-08-14 17:03:50 +10:00
committed by GitHub
parent 4767edfe1b
commit e4b23b4665
@@ -111,6 +111,8 @@ test('Transfer Order - Calendar', async ({ browser }) => {
// Export calendar data - assert on download instead of notification
await page.getByLabel('calendar-export-data').click();
await page.bringToFront();
const [download] = await Promise.all([
page.waitForEvent('download'),
page.getByRole('button', { name: 'Export', exact: true }).click()