-
Notifications
You must be signed in to change notification settings - Fork 230
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
Wait for project bar visibility #2053
Conversation
[test] |
1 successful run: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/162/ let's try again, [test] |
Last failure was an unrelated flake:
[test] |
2nd successful run: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/164/ [test] |
3rd successful run: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/166/ [test] |
@benjaminapetersen @jeff-phillips-18 PTAL, I hope this fixes #2016. (3 successful tests without the flake so far.) |
Last test failure was a dist failure. Looks like a dependency might have changed?
|
Wait for the project bar to become visible before trying to click the "Add to Project" dropdown. It uses `ng-show` instead of `ng-if`.
e293e81
to
43b8ef6
Compare
Updated dist |
Evaluated for origin web console test up to 43b8ef6 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/168/) (Base Commit: 39361a1) (PR Branch Commit: 43b8ef6) |
4 successful test runs without the flake. [merge][severity: blocker] |
Origin Web Console Merge Results: Waiting: You are in the build queue at position: 1 |
Evaluated for origin web console merge up to 43b8ef6 |
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.
+1!
Wait for the project bar to become visible before trying to click the "Add to Project" dropdown. It uses
ng-show
instead ofng-if
.Closes #2016