Skip to content

Commit

Permalink
Update ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDashboard.robot
Browse files Browse the repository at this point in the history
Co-authored-by: Noam Manos <nmanos@redhat.com>
  • Loading branch information
FedeAlonso and manosnoam authored May 9, 2024
1 parent a3e81ab commit a4139d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Wait For RHODS Dashboard To Load
Wait For Condition return document.title == ${dashboard_title} timeout=15s
Wait Until Page Contains Element xpath:${RHODS_LOGO_XPATH} timeout=20s
IF "${expected_page}" != "${NONE}"
# Detect if we are ein the new (2.10) landing page instead in "Enable"
# Detect if we are in the new landing page instead in "Enable"
${first_header}= Set Variable (//h1)[1]
Wait Until Element Is Visible xpath:${first_header}
${h1_text} Get Text xpath:${first_header}

Check warning

Code scanning / Robocop

The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test

The assignment sign is not consistent within the file. Expected '=' but got '' instead
Expand Down

0 comments on commit a4139d3

Please sign in to comment.