Skip to content

Commit

Permalink
Revert "[Fix] attempt to stabilize the Logged Into OpenShift test (#…
Browse files Browse the repository at this point in the history
…1065)"

This reverts commit 1cb3109.

Reason for revert is that it caused issue for Perf testing in the way
that the JupyterLab IDE hasn't been loaded properly (splash screen was
present on the screenshots from the test execution) and this check
returned a failure after cca 15 seconds.

We will have to find a different approach to improve on this in case
we'll see the problem in the IDE load in the future.
  • Loading branch information
jstourac committed Jan 26, 2024
1 parent a9a3381 commit 074185b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ods_ci/tests/Resources/Page/LoginPage.robot
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Login To Openshift
Input Text id=inputUsername ${ocp_user_name}
Input Text id=inputPassword ${ocp_user_pw}
Click Element xpath=/html/body/div/div/main/div/form/div[4]/button
# Wait until the page is loaded completely otherwise it doesn't make sense to skip the tour
Wait For Condition return document.readyState == "complete" timeout=60s
Maybe Skip Tour

Log In Should Be Requested
Expand Down

0 comments on commit 074185b

Please sign in to comment.