From b03c97490970ecacecdff4acaa231deae0ea1ec9 Mon Sep 17 00:00:00 2001 From: Jan Richter Date: Mon, 6 Nov 2023 12:47:35 +0100 Subject: [PATCH] fix(e2e): select the correct itest pipeline --- integration-tests/tests/advanced-happy-path.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/tests/advanced-happy-path.spec.ts b/integration-tests/tests/advanced-happy-path.spec.ts index 5d00e0fa0..a2d22faf3 100644 --- a/integration-tests/tests/advanced-happy-path.spec.ts +++ b/integration-tests/tests/advanced-happy-path.spec.ts @@ -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$/]);