Skip to content

Commit

Permalink
fix: increase logo's timeout (#1904)
Browse files Browse the repository at this point in the history
* fix: ODS-2206, wrong pipelines xpath

* fix: increase timeout for logo
  • Loading branch information
FedeAlonso authored Oct 9, 2024
1 parent 89480f8 commit 12a3679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Wait For RHODS Dashboard To Load
... ${expected_page}=${NONE} ${timeout}=60
${half_timeout}= Evaluate int(${timeout}) / 2
Wait For Condition return document.title == ${dashboard_title} timeout=${half_timeout}
Wait Until Page Contains Element xpath:${RHODS_LOGO_XPATH} timeout=${half_timeout}
Wait Until Page Contains Element xpath:${RHODS_LOGO_XPATH} timeout=${timeout}
IF "${expected_page}" == "${NONE}"
Wait Until Page Contains Element //div[@data-testid="home-page"] timeout=${half_timeout}
ELSE
Expand Down

0 comments on commit 12a3679

Please sign in to comment.