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

BUGFIX: Make e2e tests run via docker again #3275

Merged
merged 2 commits into from
Nov 28, 2022
Merged

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented Nov 26, 2022

What I did

Backported the fix from the 8.x branch.

Also makes the select box dropdown test run more reliable on various screen sizes.

How to verify it

Run make test-e2e-docker

This change is a backport from the fix in the 8.x branch
Limit the window height as it affects the
behaviour of the selectbox dropdown in the
tests.
@Sebobo Sebobo added Bug Label to mark the change as bugfix 7.3 labels Nov 26, 2022
Comment on lines +82 to +86
composer reinstall neos/test-nodetypes
composer reinstall neos/test-site
./flow flow:package:rescan > /dev/null
./flow flow:cache:flush > /dev/null

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is different to 5d9d09c
is there a reason for this?

(and will result in a merge conflict)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure why Markus did the change like he did and he didn't explain in his PR. So I just took the lines that were necessary to get it running again.
@markusguenther do you still remember?

I mean, why cache warmup when you run a command afterwards anyway and why show the config, etc.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had issues in the past with circle ci and then the tests failed on the package change. Just used the changes from the CI pipeline tests.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im fine with merging as is, but when upmerging it we should ignore this change and keep 8.2 different?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can also adjust it to do the same. Fine for me.

@markusguenther markusguenther merged commit e6b0d82 into 7.3 Nov 28, 2022
@markusguenther markusguenther deleted the bugfix/e2e-test-docker branch November 28, 2022 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants