File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/e2e-test/features/gcscreate Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ Feature: GCSCreate - Verification of GCS Create plugin
4040 Then Wait till pipeline is in running state
4141 Then Verify the pipeline status is "Succeeded"
4242 Then Run the Pipeline in Runtime
43- Then Wait till pipeline is in running state
43+ Then Wait for pipeline to be in status: "Failed" with a timeout of 240 seconds
44+ Then Open and capture logs
4445 Then Verify the pipeline status is "Failed"
46+ Then Close the pipeline logs
4547
4648 @GCS_CSV_TEST @GCSCreate_Required
4749 Scenario : Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
@@ -60,5 +62,7 @@ Feature: GCSCreate - Verification of GCS Create plugin
6062 Then Wait till pipeline is in running state
6163 Then Verify the pipeline status is "Succeeded"
6264 Then Run the Pipeline in Runtime
63- Then Wait till pipeline is in running state
64- Then Verify the pipeline status is "Succeeded"
65+ Then Wait for pipeline to be in status: "Succeeded" with a timeout of 240 seconds
66+ Then Open and capture logs
67+ Then Verify the pipeline status is "Succeeded"
68+ Then Close the pipeline logs
You can’t perform that action at this time.
0 commit comments