increase test coverage

extend test coverage
This commit is contained in:
JFH
2025-12-01 01:22:26 +01:00
parent a37fbac749
commit fa380402e1
52 changed files with 3813 additions and 169 deletions

View File

@@ -14,6 +14,7 @@ test.describe('Export', () => {
test('export dialog opens', async ({ page }) => {
await openMainMenu(page)
await page.locator('#tool_export').click()
await expect(page.locator('#dialog_content select')).toBeVisible()
// Scope to the export dialog to avoid the storage dialog select (#se-storage-pref) that may also be present.
await expect(page.locator('#export_box select')).toBeVisible()
})
})