Skip to content

Commit

Permalink
Update test-uis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Sep 17, 2024
1 parent ed2c6fa commit cd3a171
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/test-uis.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
]
_CANDID_UI_ERRORS_TO_IGNORE = [
("Failed to load resource: the server responded with a status of 404 (Not Found)", "/read_state"),
(
"""
Error: Please provide a URL to your local Internet Identity service using the `ii` query parameter
at index.js:2:300040
at index.js:2:301237
at async index.js:2:314291""".strip(),
"/index.js",
),
]
# `page.route` does not support additional function parameters
_FRONTEND_URL = None
Expand Down

0 comments on commit cd3a171

Please sign in to comment.