Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E2E: Work around images not loading (#3344)
# Motivation We have an e2e test that tests that images load. Sometimes images don't load and the test times out: https://github.com/dfinity/nns-dapp/actions/runs/6245207559?pr=3337 I'm not sure why they don't always load on CI but let's retry the test when they don't. # Changes 1. Set a timeout on waiting for images to be loaded. 2. Retry the test up to 2 times when it fails. # Tests Still pass, hopefully less flaky. # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information