File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11describe ( 'Landing Page' , ( ) => {
2- beforeEach ( ( ) => cy . visit ( '/' ) )
3- it ( 'loads landing page should be successfully' , ( ) => {
4- cy . get ( '[data-cy="root"]' ) . should ( 'be.visible' )
5- } )
2+
3+ beforeEach ( ( ) => cy . visit ( '/' ) )
4+
5+ it ( 'loads landing page should be successfully' , ( ) => {
6+ cy . get ( '[data-id="root"]' ) . should ( 'be.visible' )
7+ } )
68} )
Original file line number Diff line number Diff line change 3232
3333< body >
3434 < noscript > You need to enable JavaScript to run this app.</ noscript >
35- < div id ="root " data-cy ="root "> </ div >
35+ < div id ="root " data-id ="root "> </ div >
3636 <!--
3737 This HTML file is a template.
3838 If you open it directly in the browser, you will see an empty page.
4545 -->
4646</ body >
4747
48- </ html >
48+ </ html >
You can’t perform that action at this time.
0 commit comments