Skip to content

Commit

Permalink
fix: Dashboards UI Tests 1775 and 1814 (red-hat-data-services#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored Nov 24, 2023
1 parent d3e229d commit dd52966
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 @@ -107,7 +107,7 @@ Project's Owner Should Be
[Documentation] Checks if the owner of a DS project is displayed and corresponds to the expected one
[Arguments] ${project_title} ${expected_username}
Run Keyword And Continue On Failure
... Page Should Contain Element xpath=//td[div/a[text()="${project_title}"]]/small[text()="${expected_username}"]
... Page Should Contain Element xpath=//td[div/div/a[text()="${project_title}"]]/small[text()="${expected_username}"]

Create Data Science Project
[Documentation] Creates a DS Project with the given ${title}, ${description} and ${resource_name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ${STORAGE_SIZE_PLUS_BTN_XP}= xpath=//div/button[@aria-label="Plus"]
${STORAGE_MOUNT_DIR_INPUT_XP}= xpath=//input[@aria-label="mount-path-folder-value"]
${STORAGE_WORKBENCH_SELECTOR_XP}= xpath=//div[contains(@class,"modal")]//div[contains(@class,"pf-c-select")]/ul/li
${STORAGE_ADD_BTN_1_XP}= ${STORAGE_SECTION_XP}//button[.="Add cluster storage"]
${STORAGE_ADD_BTN_2_XP}= xpath=//footer/button[.="Add storage"]
${STORAGE_ADD_BTN_2_XP}= xpath=//footer//button[.="Add storage"]


*** Keywords ***
Expand Down

0 comments on commit dd52966

Please sign in to comment.