File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ const testCases: TestsCase[] = [
910910 ) . toBeVisible ( ) ;
911911 const url = page . url ( ) ;
912912 expect ( url . includes ( 'shared-space-uno' ) ) . toBeTruthy ( ) ; // same uno site
913- expect ( url . endsWith ( '/shared' ) ) . toBeTruthy ( ) ; // correct page
913+ expect ( url . endsWith ( '/shared/ ' ) ) . toBeTruthy ( ) ; // correct page
914914 } ,
915915 screenshot : false ,
916916 } ,
@@ -930,7 +930,7 @@ const testCases: TestsCase[] = [
930930 ) . toBeVisible ( ) ;
931931 const url = page . url ( ) ;
932932 expect ( url . includes ( 'shared-space-dos' ) ) . toBeTruthy ( ) ; // same dos site
933- expect ( url . endsWith ( '/shared' ) ) . toBeTruthy ( ) ; // correct page
933+ expect ( url . endsWith ( '/shared/ ' ) ) . toBeTruthy ( ) ; // correct page
934934 } ,
935935 screenshot : false ,
936936 } ,
You can’t perform that action at this time.
0 commit comments