Are you serious? This was all that needed formatting?

This commit is contained in:
Frank Noirot
2025-04-04 21:32:38 -04:00
parent 084619bae1
commit d56e984ea4

View File

@ -46,7 +46,7 @@ test(
// Click the export button
const exportButton = page.getByTestId('export-pane-button')
await expect(exportButton).toBeVisible()
await exportButton.click()
await page.waitForTimeout(1_000) // wait for export options to be available