Opened 3 years ago
Closed 3 years ago
#58591 closed defect (bug) (duplicate)
E2E tests: Investigate inconsistent navigation timeouts
| Reported by: | joemcgill | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Recently, our automated end-to-end (E2E) tests have been failing inconsistently due to a Navigation Timeout error:
TimeoutError: Navigation timeout of 30000 ms exceeded
You can see an example of this type of error in a recent run of the workflow against on a PR to update the About Page, which should not have any affect on E2E tests.
The full list of runs where you can see this happening inconsistently, but frequently, is here: https://github.com/WordPress/wordpress-develop/actions/workflows/end-to-end-tests.yml
Often rerunning these failing jobs fixes the issue, but we should investigate why this is happening and try to reduce the frequency if possible since it leads to a poor experience and unnecessary overhead to rerun these failing jobs.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #58592.