Skip to content

Commit

Permalink
fix(e2e): select the correct itest pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichter1 committed Nov 6, 2023
1 parent 90f4146 commit b03c974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/tests/advanced-happy-path.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ describe('Advanced Happy path', () => {
PipelinerunsTabPage.getPipelineRunNameByLabel(
applicationName,
`test.appstudio.openshift.io/scenario=${integrationTestDetails.integrationTestName}`,
{
key: 'pac.test.appstudio.openshift.io/event-type',
value: 'push',
},
).then((testPipelineName) => {
integrationTestDetails.passIntegrationTestPipelineRunName = testPipelineName;
UIhelper.verifyRowInTable('Pipeline run List', testPipelineName, [/^Test$/]);
Expand Down

0 comments on commit b03c974

Please sign in to comment.