Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 11, 2025
1 parent 269ac0d commit 77a6fc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/playwright/protect-page-login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ test.describe("Single Page App + API", () => {
await expect(page.locator('[data-testid="ory-response"]')).toContainText(
"password",
)
await expect(page.locator('[data-testid="api-response"]')).toContainText(
email,
)

await page.locator('[data-testid="settings"]').click()
await expect(page).toHaveURL(/.*\/ui\/settings.*/)
Expand Down

0 comments on commit 77a6fc0

Please sign in to comment.