mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
refactor: improve gsheet import UX
This commit is contained in:
@@ -16,7 +16,7 @@ test('imports spreadsheet and applies imported rundown to editor', async ({ page
|
||||
await page.getByRole('button', { name: 'Toggle settings' }).click();
|
||||
await page.getByRole('button', { name: 'Project settings' }).click();
|
||||
await page.getByRole('button', { name: 'Import spreadsheet' }).first().click();
|
||||
await expect(page.getByText('Synchronise your rundown with an external source')).toBeVisible();
|
||||
await expect(page.getByText('Synchronize your rundown with an external source')).toBeVisible();
|
||||
|
||||
// upload the spreadsheet
|
||||
const fileChooserPromise = page.waitForEvent('filechooser');
|
||||
|
||||
Reference in New Issue
Block a user