mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
disable: view navigation e2e test (#1651)
* fix: view navigation e2e test * escape welcome dialog * giveup
This commit is contained in:
committed by
GitHub
parent
c72fff6bb6
commit
c8fe0bbcba
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user