-
Notifications
You must be signed in to change notification settings - Fork 187
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
[full-ci] web bump. fix flaky e2e test. #7748
Conversation
ScharfViktor
commented
Nov 17, 2023
•
edited
Loading
edited
- enable password link for e2e test
- fix Flaky e2e tests. opening public link web#9941
- fix [QA] Flaky public-link e2e test web#9977
- fix [test-only] missed log out web#9986
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
It seams that |
Yes exactly. I can create one now if you want? |
That would be great and would help make our CI happy |
@ScharfViktor I bumped Web and the commit id, let's see. If it still fails, something is probably still flaky... |
@JammingBen thank you 👍 |
all of e2e passed on the first try except of this: quick fix: owncloud/web#9986 |
b3f8a7b
to
3411629
Compare
Kudos, SonarCloud Quality Gate passed! |
@@ -2,3 +2,4 @@ password | |||
12345678 | |||
123 | |||
ownCloud | |||
ownCloud-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this needs to be added because it was added to the web tests by PR owncloud/web#9948
And so when running the web tests in cis, a similar banned-password-list is needed.
[full-ci] web bump. fix flaky e2e test.