Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - e2e checkURL tests failing unexpectedly #1323

Merged
merged 3 commits into from
Feb 6, 2023

Conversation

dimitur2204
Copy link
Contributor

@dimitur2204 dimitur2204 commented Feb 5, 2023

Motivation and context

There seems to be some issues with e2e tests failing, because of checkURL problems.
I also ran into problems locally, where the <Collapse> MUI animation would not unmount a component on exit and there were cases where playwright was trying to access elements that were hidden.

For the installation of the dependencies seems like without running yarn install --immutable there are resolutions errors sometimes.
Found some people also having the same problem and seems like having --immutable in CI actions is a better approach
redwoodjs/redwood#4822 (comment)

@dimitur2204 dimitur2204 self-assigned this Feb 5, 2023
@dimitur2204 dimitur2204 added type: bug Something isn't working area: e2e tests Testing of the platform labels Feb 5, 2023
@dimitur2204 dimitur2204 changed the title fix-e2e - add umountOnExit on donation form collapses Fix - e2e checkURL tests failing unexpectedly Feb 5, 2023
@dimitur2204 dimitur2204 marked this pull request as ready for review February 5, 2023 20:19
…cause of emails, add --immutable to `yarn install`s
@dimitur2204 dimitur2204 merged commit 7d61b5b into master Feb 6, 2023
@dimitur2204 dimitur2204 deleted the fix/e2e-POM-test-failing-unexpectedly branch February 6, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: e2e tests Testing of the platform type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants