Skip to content

Commit 6aef16e

Browse files
committed
Remove the xfail after merge from main
1 parent 18f811b commit 6aef16e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/integration/tests_playwright/test_frontend_path.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ def onload_redirect_with_prefix_app(
7979
("app_fixture_name", "prefix"),
8080
[
8181
("onload_redirect_app", ""),
82-
pytest.param(
83-
"onload_redirect_with_prefix_app",
84-
"/prefix",
85-
marks=pytest.mark.xfail(reason="bug #5674"),
86-
),
82+
("onload_redirect_with_prefix_app", "/prefix"),
8783
],
8884
)
8985
def test_onload_redirect(app_fixture_name: str, prefix: str, page: Page, request):

0 commit comments

Comments
 (0)