Skip to content

Commit

Permalink
Merge branch 'master' into feature/Validate_ServiceMeshControlPlaneAl…
Browse files Browse the repository at this point in the history
…readyCreated
  • Loading branch information
asanzgom authored Sep 25, 2024
2 parents 3474104 + 5a5a234 commit ac4fccf
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 @@ -8,7 +8,7 @@ Resource ./Workbenches.resource
${DS_PROJECT_TITLE}= Data Science Projects
${TITLE_INPUT_XP}= xpath=//input[@id="manage-project-modal-name"]
${DESCR_INPUT_XP}= xpath=//textarea[@id="manage-project-modal-description"]
${RESOURCE_INPUT_XP}= xpath=//input[@data-testid="resource-manage-project-modal-name"]
${RESOURCE_INPUT_XP}= css:[data-testid="resource-manage-project-modal-name"]
${GENERIC_CREATE_BTN_XP}= xpath=//button[text()="Create"]
${GENERIC_CANCEL_BTN_XP}= xpath=//button[text()="Cancel"]
# TODO: Update to latter option once the change is pulled from ODH into downstream!
Expand Down
2 changes: 1 addition & 1 deletion ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Verify Pipelines Integration With Elyra Running Hello World Pipeline Test #
... ods-ci-notebooks-main/notebooks/500__jupyterhub/pipelines/v2/elyra/run-pipelines-on-data-science-pipelines/hello-generic-world.pipeline # robocop: disable
Verify Hello World Pipeline Elements
Set Runtime Image In All Nodes runtime_image=${runtime_image}
Run Pipeline pipeline_name=${img} Pipeline
Run Pipeline pipeline_name=${experiment_name}
Wait Until Page Contains Element xpath=//a[.="Run Details."] timeout=30s
${pipeline_run_name} = Get Pipeline Run Name
Switch To Pipeline Execution Page
Expand Down

0 comments on commit ac4fccf

Please sign in to comment.