Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update test to handle new title card changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Feb 28, 2023
1 parent 89a29f2 commit 96f4701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Begin ODH Web Test

# Workaround for issues when the dashboard reports "No Components Found" on the initial load
Wait Until Element Is Not Visible xpath://h5[.="No Components Found"] 120seconds
Wait Until Element Is Visible xpath://div[@class="pf-c-card__title" and .="Jupyter"]/../div[contains(@class,"pf-c-card__footer")]/a 120seconds
Wait Until Element Is Visible xpath://div[contains(@class,"pf-c-card") and @data-id="jupyter"]/div[contains(@class,"pf-c-card__footer")]/a 120seconds

Launch Jupyter From RHODS Dashboard Link
Login To Jupyterhub ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Expand Down

0 comments on commit 96f4701

Please sign in to comment.