@@ -75,7 +75,7 @@ describe('Log in via SAML', () => {
75
75
} ) ;
76
76
} ;
77
77
78
- it ( 'Login to app/opensearch_dashboards_overview #/ when SAML is enabled' , ( ) => {
78
+ it ( 'Login to app/wz-home_overview #/ when SAML is enabled' , ( ) => {
79
79
localStorage . setItem ( 'opendistro::security::tenant::saved' , '"__user__"' ) ;
80
80
localStorage . setItem ( 'home:newThemeModal:show' , 'false' ) ;
81
81
@@ -125,7 +125,7 @@ describe('Log in via SAML', () => {
125
125
localStorage . setItem ( 'opendistro::security::tenant::saved' , '"__user__"' ) ;
126
126
localStorage . setItem ( 'home:newThemeModal:show' , 'false' ) ;
127
127
128
- const urlWithHash = `http://localhost:5601 ${ basePath } /app/security-dashboards-plugin#/getstarted` ;
128
+ const urlWithHash = `http://localhost:7000 ${ basePath } /app/security-dashboards-plugin#/getstarted` ;
129
129
130
130
if ( Cypress . env ( 'loginMethod' ) === 'saml_multiauth' ) {
131
131
cy . visit ( urlWithHash , {
@@ -150,13 +150,13 @@ describe('Log in via SAML', () => {
150
150
localStorage . setItem ( 'home:newThemeModal:show' , 'false' ) ;
151
151
152
152
if ( Cypress . env ( 'loginMethod' ) === 'saml_multiauth' ) {
153
- cy . visit ( `http://localhost:5601${ basePath } /app/opensearch_dashboards_overview ` , {
153
+ cy . visit ( `http://localhost:5601${ basePath } /app/wz-home_overview ` , {
154
154
failOnStatusCode : false ,
155
155
} ) ;
156
156
loginWithSamlMultiauth ( ) ;
157
157
} else {
158
158
cy . origin ( 'http://localhost:7000' , { args : { basePath } } , ( { basePath } ) => {
159
- cy . visit ( `http://localhost:5601${ basePath } /app/opensearch_dashboards_overview ` , {
159
+ cy . visit ( `http://localhost:5601${ basePath } /app/wz-home_overview ` , {
160
160
failOnStatusCode : false ,
161
161
} ) ;
162
162
cy . get ( 'input[id=userName]' ) . should ( 'be.visible' ) ;
0 commit comments