File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
cypress/integration/components Expand file tree Collapse file tree 3 files changed +6
-7
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} ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const navigation = [
4040 } ,
4141 {
4242 id : 'civicTechPartners' ,
43- header : 'Civic Tech Partners ' ,
43+ header : 'Index Contributors ' ,
4444 route : '#' ,
4545 subNavigation : [
4646 {
Original file line number Diff line number Diff line change @@ -164,19 +164,18 @@ export default function Contributors() {
164164 < NavBreadcrumbs
165165 crumbs = { [
166166 { name : 'Home' , href : '/home' } ,
167- { name : 'Civic Tech Partners ' , href : '/organizations/all' } ,
167+ { name : 'Index Contributors ' , href : '/organizations/all' } ,
168168 ] }
169169 />
170170 < Grid container >
171- < TitleSection > Civic Tech Partners </ TitleSection >
171+ < TitleSection > Index Contributors </ TitleSection >
172172 < Grid item xs = { 12 } >
173173 < Typography
174174 color = 'textSecondary'
175175 className = { classes . textStyle }
176176 gutterBottom
177177 >
178- Check out our partners who have contributed to the Civic Tech
179- Index
178+ View all Civic Tech Organizations with open-source repositories.
180179 </ Typography >
181180 </ Grid >
182181 < Grid item xs = { 12 } >
You can’t perform that action at this time.
0 commit comments