File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
frontend/packages/integration-tests-cypress Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,6 @@ Cypress.Commands.add(
7474 validate ( ) {
7575 cy . visit ( Cypress . config ( 'baseUrl' ) ) ;
7676 cy . byTestID ( 'user-dropdown-toggle' ) . should ( 'exist' ) ;
77- cy . get ( 'main' ) . should ( 'be.visible' ) ;
78- if ( username === 'kubeadmin' ) {
79- cy . byTestID ( 'getting-started' ) . should ( 'be.visible' ) ;
80- } else {
81- cy . get ( '.loading-box__loaded' ) . should ( 'exist' ) ;
82- }
8377 } ,
8478 } ,
8579 ) ;
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ export const alertmanager = {
8181 } ,
8282 visitEditPage : ( receiverName : string ) => {
8383 cy . visit ( `/settings/cluster/alertmanagerconfig/receivers/${ receiverName } /edit` ) ;
84- cy . byTestID ( 'receiver-name' ) . should ( 'exist' ) ;
85- cy . byTestID ( 'save-changes' ) . should ( 'exist' ) ;
8684 } ,
8785 visitYAMLPage : ( ) => {
8886 detailsPage . selectTab ( 'YAML' ) ;
You can’t perform that action at this time.
0 commit comments