-
Notifications
You must be signed in to change notification settings - Fork 35
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
T350363 - Remove unnecessary waitForDisplayed()
#506
Conversation
waitForDisplayed()
@RickiJay-WMDE I like this approach. I started by just keeping Either way, I much prefer just removing the helper as you've done here, and I'll continue off of this branch and do test runs, adding back |
So everything passes for me locally now too. Will run a couple more times then do a proper PR review and likely approve. That said, @RickiJay-WMDE do you see anything here that you are not comfortable pushing forward? Would you expect something to be flaky? And have you ran the full test suite on this branch from your own machine and see everything pass? * The one test that was holding things up ( |
* fix(github-actions): GITHUB_TOKEN access for GHCR upload * fix(github-actions): docker image name * chore: move if to job level * fix: get built docker artifacts in ghcr upload job * fix(github-actions): ghcr image name * chore: run upload ghcr only on main and mw-?.?? branches * fix: simplify job run check, we do not have regex here :(
* test(property-list): reproduce new property not shown issue * fix: configure cache and wait for it to timeout * fix: lint * fix: list of properties page test for more than 50 properties
* chore: change upgrade test 1.39 base version to latest * fix: add missing env files
Hmmm. special-version and special-property are failing for me now, are they working for you? @lorenjohnson |
Yes, everything was passing on multiple runs but with the merge up of |
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.
LGTM
https://phabricator.wikimedia.org/T350363