Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed May 22, 2024
1 parent 47bb48a commit 2713d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ describe('Pipeline topology', () => {

it('Test pipeline job duplicate navigation', () => {
pipelineRunJobDetails.visit(projectId, mockJob.recurring_run_id);
pipelineRunJobDetails.selectActionDropdownItem('Clone');
pipelineRunJobDetails.selectActionDropdownItem('Duplicate');
verifyRelativeURL(
`/pipelineRuns/${projectId}/pipelineRun/cloneJob/${mockJob.recurring_run_id}?runType=scheduled`,
);
Expand Down

0 comments on commit 2713d04

Please sign in to comment.