Skip to content

Commit

Permalink
add expected error to Candid UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Sep 13, 2024
1 parent 8720369 commit ab14b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test-uis.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
]
_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", "/index.js"),
]
# `page.route` does not support additional function parameters
_FRONTEND_URL = None
Expand Down

0 comments on commit ab14b11

Please sign in to comment.