You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/packages/console-telemetry-plugin/integration-tests/support/step-definitions/common/telemetryAnalytics.ts
Copy file name to clipboardExpand all lines: frontend/packages/dev-console/integration-tests/support/step-definitions/addFlow/helm-chart-repositories.ts
Copy file name to clipboardExpand all lines: frontend/packages/dev-console/integration-tests/support/step-definitions/getting-started/sample-card-add-page.ts
Copy file name to clipboardExpand all lines: frontend/packages/knative-plugin/integration-tests/features/admin-perspective/filters-serving-eventing-admin.feature
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Feature: Filters on Serving and Eventing page
5
5
6
6
Background:
7
7
Given user has created or selected namespace "aut-serving-eventing"
8
-
And user has created knative service "hello-openshift"
8
+
And user has created knative service "hello-openshift" in admin
Copy file name to clipboardExpand all lines: frontend/packages/knative-plugin/integration-tests/support/step-definitions/admin-perspective/serving-page-admin.ts
+6-3
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ When('user clicks on Service button', () => {
49
49
});
50
50
51
51
Then('user can see titles URL, Revision, Created, Conditions, Ready, Reason',()=>{
52
-
cy.get('[role="rowgroup"]')
52
+
cy.get('[aria-label="Services"]')
53
+
// cy.get('[role="rowgroup"]')
53
54
.should('contain','URL')
54
55
.and('contain','Revision')
55
56
.and('contain','Created')
@@ -59,7 +60,8 @@ Then('user can see titles URL, Revision, Created, Conditions, Ready, Reason', ()
59
60
});
60
61
61
62
Then('user can see titles Namespace, Service, Created, Conditions, Ready, Reason',()=>{
62
-
cy.get('[role="rowgroup"]')
63
+
cy.get('[aria-label="Revisions"]')
64
+
// cy.get('[role="rowgroup"]')
63
65
.should('contain','Name')
64
66
.and('contain','Service')
65
67
.and('contain','Created')
@@ -69,7 +71,8 @@ Then('user can see titles Namespace, Service, Created, Conditions, Ready, Reason
69
71
});
70
72
71
73
Then('user can see titles URL, Created, Conditions, Traffic',()=>{
0 commit comments