File tree Expand file tree Collapse file tree
frontend/packages/dev-console/integration-tests/features/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Feature: Create the different workloads from Add page
8686 Then user will be redirected to Topology page
8787 And user is able to see workload "mariadb" in topology page
8888
89+ @regression @broken-test
8990 Scenario : Deploy git workload with devfile from topology page: A-04-TC01
9091 Given user is at the Topology page
9192 When user right clicks on topology empty graph
@@ -123,7 +124,7 @@ Feature: Create the different workloads from Add page
123124 And Application Name, Name fields displayed in General section
124125 And Advanced options sections are displayed
125126 And Create button is in disabled state
126-
127+
127128 Scenario Outline : Create Sample Application from Add page: GS-03-TC05
128129 Given user is at Add page
129130 When user clicks on the Samples card
@@ -136,4 +137,4 @@ Feature: Create the different workloads from Add page
136137 Examples :
137138 | card_name | form_header | workload_name |
138139 | Httpd | Create Sample application | httpd -sample |
139- | Basic Go | Import from Git | go -basic |
140+ | Basic Go | Import from Git | go -basic |
You can’t perform that action at this time.
0 commit comments