Skip to content

Commit

Permalink
update pipeline url
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso committed Oct 1, 2024
1 parent 1d83ff9 commit b2fa801
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ describe('An admin user can import and run a pipeline', { testIsolation: false }
pipelineImportModal.findImportPipelineRadio().click();
pipelineImportModal
.findPipelineUrlInput()
//TODO: modify this URL once the PR is merged
.type(
'https://raw.githubusercontent.com/opendatahub-io/odh-dashboard/caab82536b4dd5d39fb7a06a6c3248f10c183417/frontend/src/__tests__/resources/pipelines_samples/dummy_pipeline_compiled.yaml',
'https://raw.githubusercontent.com/opendatahub-io/odh-dashboard/refs/heads/main/frontend/src/__tests__/resources/pipelines_samples/dummy_pipeline_compiled.yaml',
);
pipelineImportModal.submit();

Expand Down

0 comments on commit b2fa801

Please sign in to comment.