mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
feat: added export options (#529)
* feat: added export options * chore: eslint console proposal --------- Co-authored-by: arc-alex <ac@omnivox.dk>
This commit is contained in:
@@ -19,7 +19,8 @@ test('cuesheet displays events and exports csv', async ({ page }) => {
|
||||
await page.getByRole('cell', { name: '+10 min' }).click();
|
||||
await page.getByRole('cell', { name: 'Lunch' }).click();
|
||||
const downloadPromise = page.waitForEvent('download');
|
||||
await page.getByTestId('cuesheet').getByText('CSV').click();
|
||||
await page.getByTestId('cuesheet').getByText('Export').click();
|
||||
await page.getByText('CSV').click();
|
||||
|
||||
// From here we test the CSV download feature
|
||||
|
||||
|
||||
Reference in New Issue
Block a user