File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cypress/integration/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ describe('Header component', () => {
3535 cy . contains ( 'Volunteer with Us' ) ;
3636 } ) ;
3737
38- cy . findLink ( 'Civic Tech Partners ' )
38+ cy . findLink ( 'Index Contributors ' )
3939 . should ( 'have.attr' , 'href' , '/home' )
4040 . trigger ( 'mouseover' )
4141 . get ( '[data-cy=menuItem]' )
@@ -51,7 +51,7 @@ describe('Header component', () => {
5151 cy . get ( '[class*=makeStyles-showMobileNav]' ) . should ( 'be.visible' ) ;
5252 cy . get ( '[class*=makeStyles-dropdownHeader]' ) . first ( ) . should ( 'have.text' , 'Join the Index' ) ;
5353 cy . get ( '[class*=makeStyles-dropdownHeader]' ) . eq ( 1 ) . should ( 'have.text' , 'Overview' ) ;
54- cy . get ( '[class*=makeStyles-dropdownHeader]' ) . eq ( 2 ) . should ( 'have.text' , 'Civic Tech Partners ' ) ;
54+ cy . get ( '[class*=makeStyles-dropdownHeader]' ) . eq ( 2 ) . should ( 'have.text' , 'Index Contributors ' ) ;
5555 cy . get ( '[class*=makeStyles-dropdownHeader]' ) . last ( ) . should ( 'have.text' , 'Radical Collaboration' ) ;
5656 } ) ;
5757} ) ;
You can’t perform that action at this time.
0 commit comments