File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/e2e-test/features/gcscreate Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ 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 for pipeline to be in status: "Starting" with a timeout of 120 seconds
4344 Then Wait till pipeline is in running state
45+ Then Open and capture logs
4446 Then Verify the pipeline status is "Failed"
47+ Then Close the pipeline logs
4548
4649 @GCS_CSV_TEST @GCSCreate_Required
4750 Scenario : Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
@@ -60,5 +63,8 @@ Feature: GCSCreate - Verification of GCS Create plugin
6063 Then Wait till pipeline is in running state
6164 Then Verify the pipeline status is "Succeeded"
6265 Then Run the Pipeline in Runtime
66+ Then Wait for pipeline to be in status: "Starting" with a timeout of 120 seconds
6367 Then Wait till pipeline is in running state
64- Then Verify the pipeline status is "Succeeded"
68+ Then Open and capture logs
69+ Then Verify the pipeline status is "Failed"
70+ Then Close the pipeline logs
You can’t perform that action at this time.
0 commit comments