Revert "fix integration test"

This reverts commit a978684d70.
This commit is contained in:
Masen Furer 2025-01-24 17:24:26 -08:00
parent 8fdf0ffbf4
commit 98fb2d5e2a
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -39,7 +39,7 @@ def test_link_hover(link_app: AppHarness, page: Page):
assert link_app.frontend_url is not None
page.goto(link_app.frontend_url)
link = page.get_by_role("link").nth(1)
link = page.get_by_role("link")
expect(link).to_have_text("Click me")
expect(link).to_have_css("color", "rgb(0, 0, 255)")
link.hover()