-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves the E2E test failures in trunk: * Disables two multisite-related tests in Firefox. The test steps are working correctly in Firefox, there's something wrong with the test setup. Since Chrome and Safari already give us plenty of coverage, I feel confident disabling that text on Firefox instead of taking a multi hour deep dive to fix the setup. * Adds a special `/wp-admin` -> `/wp-admin/` URL correction in `client.goTo()`. Safari hangs when attempting to visit `/wp-admin`. Chrome and Firefox correctly redirect to `/wp-admin/`. It also works correctly in Safari with other URLs, e.g. `/sample-page` redirects to `/sample-page/` as intended. It might be a webkit bug or a Playground bug. Let's pay close attention to any related bug reports and revisit this choice if needed. * Resolves several GitHub warnings about outdated Node versions ## Testing Instructions (or ideally a Blueprint) CI E2E tests should be green.
- Loading branch information
Showing
10 changed files
with
64 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
packages/playground/website/cypress/e2e/remote-assets.cy.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters