Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowen committed Apr 5, 2024
1 parent 7e997a4 commit 7d9a270
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,3 @@ def route_intercept(route):

page.route("**/*", route_intercept)
return page


# @pytest.mark.parametrize("browser_name", ["chromium", "firefox", "webkit"])
# def test_example(aau_user_page, browser_name):
# # Use aau_user_page fixture to login
# # Use browser_name parameter to select the browser
# assert aau_user_page.title() == "Expected Title"

0 comments on commit 7d9a270

Please sign in to comment.