File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ describe('Tutorial flow', () => {
88 cy . visit ( 'http://localhost:34115/' ) ;
99 cy . get ( 'button.btn' ) . click ( ) ;
1010 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
11- cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config/ ' ) ;
11+ cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config' ) ;
1212 cy . wait ( 1000 ) ;
1313 cy . get ( '.grid > :nth-child(5) > .btn' ) . click ( ) ;
1414 cy . get ( ':nth-child(3) > .btn' ) . click ( ) ;
@@ -18,13 +18,13 @@ describe('Tutorial flow', () => {
1818 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
1919 cy . wait ( 1000 ) ;
2020 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
21- cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config/advanced/stun/ ' ) ;
21+ cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config/advanced/stun' ) ;
2222 cy . wait ( 1000 ) ;
2323 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
2424 cy . wait ( 1000 ) ;
2525 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
2626 cy . wait ( 1000 ) ;
27- cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config/ ' ) ;
27+ cy . location ( 'pathname' ) . should ( 'equal' , '/mode/config' ) ;
2828 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
2929 cy . wait ( 1000 ) ;
3030 cy . get ( 'button.driver-popover-next-btn' ) . click ( ) ;
Original file line number Diff line number Diff line change 1- a0214247b44f2a12f75c1acb247136fc
1+ a08ffc9a31a38904e6a91e6631117c99
You can’t perform that action at this time.
0 commit comments