Skip to content

Commit

Permalink
ci(e2e): fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heristop committed Sep 23, 2024
1 parent d26f04f commit 4f66b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ test.describe('TreemapFlow Page Tests', () => {
await expect(htmlElement).not.toHaveClass(/dark/, { timeout: 10000 })
})

test('Load configuration', async ({ page }) => {
test('Load configuration from URL', async ({ page }) => {
const urlInput = page.locator('input[placeholder="https://"]')
const loadFromUrlButton = page.locator('button[aria-label="Load Configuration"]')
const loadFromUrlButton = page.locator('button[aria-label="Load from URL"]')

await expect(loadFromUrlButton).toBeVisible({ timeout: 10000 })

Expand Down

0 comments on commit 4f66b90

Please sign in to comment.