Are you serious? This was all that needed formatting?
This commit is contained in:
@ -46,7 +46,7 @@ test(
|
|||||||
// Click the export button
|
// Click the export button
|
||||||
const exportButton = page.getByTestId('export-pane-button')
|
const exportButton = page.getByTestId('export-pane-button')
|
||||||
await expect(exportButton).toBeVisible()
|
await expect(exportButton).toBeVisible()
|
||||||
|
|
||||||
await exportButton.click()
|
await exportButton.click()
|
||||||
await page.waitForTimeout(1_000) // wait for export options to be available
|
await page.waitForTimeout(1_000) // wait for export options to be available
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user