Skip to content

Commit

Permalink
Fix test "Verify CSS Style Of Getting Started Descriptions" (#1116)
Browse files Browse the repository at this point in the history
It was failing in 2.6 pre-FF

Signed-off-by: Jorge Garcia Oncins <[email protected]>
  • Loading branch information
jgarciao authored Jan 12, 2024
1 parent 4a6071c commit afa1de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ${ODH_DASHBOARD_SIDEBAR_HEADER_GET_STARTED_ELEMENT}= //*[@class="pf-v5-c-drawe
${CARDS_XP}= //*[(contains(@class, 'odh-card')) and (contains(@class, 'pf-v5-c-card'))]
${CARD_BUTTON_XP}= ..//input[@class="pf-v5-c-radio__input"][@name="odh-explore-selectable-card"]
${RES_CARDS_XP}= //article[contains(@class, 'pf-v5-c-card')]
${SAMPLE_APP_CARD_XP}= //div[@id="pachyderm"]
${SAMPLE_APP_CARD_XP}= //*[@id="pachyderm-selectable-card-id"]
${HEADER_XP}= div[@class='pf-v5-c-card__header']
${TITLE_XP}= div[@class='pf-v5-c-card__title']//span
${TITLE_XP_OLD}= div[@class='pf-v5-c-card__title']//div/div[1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Verify Jupyter Card CSS Style
CSS Property Value Should Be locator=${SIDEBAR_TEXT_CONTAINER_XP}/h1
... property=font-size exp_value=24px
CSS Property Value Should Be locator=${SIDEBAR_TEXT_CONTAINER_XP}/h1
... property=font-family exp_value=RedHatDisplay
... property=font-family exp_value=RedHatText
... operation=contains

Test Setup For Login Page
Expand Down

0 comments on commit afa1de6

Please sign in to comment.