disable: view navigation e2e test (#1651)

* fix: view navigation e2e test

* escape welcome dialog

* giveup
This commit is contained in:
Alex Christoffer Rasmussen
2025-06-20 19:46:39 +02:00
committed by GitHub
parent c72fff6bb6
commit c8fe0bbcba
2 changed files with 41 additions and 30 deletions
+4
View File
@@ -9,6 +9,10 @@ const fileToDownload = 'e2e/tests/fixtures/tmp/';
test('project file upload', async ({ page }) => {
await page.goto('http://localhost:4001/editor');
if (await page.getByText('Welcome to Ontime')) {
await page.getByRole('button', { name: 'Close' }).click();
}
await page.getByRole('button', { name: 'Edit' }).click();
await page.getByRole('button', { name: 'Clear rundown' }).click();
await page.getByRole('button', { name: 'Delete all' }).click();