Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f7a2293

Browse files
author
Sean
authored
Merge branch 'master' into ss_fix-api-selector
2 parents 9aaa306 + f381ee3 commit f7a2293

File tree

17 files changed

+4526
-2936
lines changed

17 files changed

+4526
-2936
lines changed

.snyk

Lines changed: 896 additions & 0 deletions
Large diffs are not rendered by default.

assets/data/filters/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"agencies":[{"name":"Consumer Financial Protection Bureau","value":"CFPB"},{"name":"Department of Defense","value":"DOD"},{"name":"Department of Energy","value":"DOE"},{"name":"General Services Administration","value":"GSA"}],"categories":[{"name":"bug","value":"bug"},{"name":"content","value":"content"},{"name":"enhancement","value":"enhancement"},{"name":"good first issue","value":"good first issue"}],"languages":[],"skillLevels":[{"name":"Beginner","value":"beginner"},{"name":"Intermediate","value":"intermediate"},{"name":"Advanced","value":"advanced"}],"timeRequired":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"}]}
1+
{"agencies":[{"name":"Consumer Financial Protection Bureau","value":"CFPB"},{"name":"Department of Defense","value":"DOD"},{"name":"Department of Energy","value":"DOE"},{"name":"Department of Health and Human Services","value":"HHS"},{"name":"General Services Administration","value":"GSA"}],"categories":[{"name":"bug","value":"bug"},{"name":"content","value":"content"},{"name":"enhancement","value":"enhancement"},{"name":"good first issue","value":"good first issue"}],"languages":[],"skillLevels":[{"name":"Beginner","value":"beginner"},{"name":"Intermediate","value":"intermediate"},{"name":"Advanced","value":"advanced"}],"timeRequired":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"}]}

assets/img/news/accessibility.jpeg

72.3 KB
Loading

assets/img/news/ai.jpg

-119 KB
Binary file not shown.

assets/img/news/bday.jpeg

-93.8 KB
Binary file not shown.

assets/img/news/rayvn.jpeg

26.5 KB
Loading

assets/img/news/sara.jpeg

-55.3 KB
Binary file not shown.

config/site/site.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,19 @@
199199
"alt": "Federal Source Code Summit"
200200
},
201201
{
202-
"title": "Federal Source Code Study Series Part 4: Cultural Beliefs",
203-
"description": "We’re back with our fourth installment of the Federal Source Code Series...",
204-
"url": "https://medium.com/codedotgov/federal-source-code-study-series-part-4-cultural-beliefs-15ef04ea812b",
205-
"date": "07/14/2020",
206-
"image": "/assets/img/news/fscslogo.png",
207-
"alt": "Source Code Study Cultural Beliefs"
208-
},
209-
{
210-
"title": "Better Know an Engineer: Sara Cope",
211-
"description": "The Code.gov team is pleased to bring you a new series highlighting our amazing engineer friends...",
212-
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-sara-cope-a840640bb96d",
213-
"date": "06/12/2020",
214-
"image": "/assets/img/news/sara.jpeg",
202+
"title": "Front-End Updates Provide Greater Accessibility for America’s Code",
203+
"description": "Last month we celebrated the 30th anniversary of the Americans with Disabilities Act...",
204+
"url": "https://medium.com/codedotgov/all-access-code-gov-website-front-end-updates-provide-greater-accessibility-for-americas-code-e00fc5e76163",
205+
"date": "08/27/2020",
206+
"image": "/assets/img/news/accessibility.jpeg",
207+
"alt": "Frontend Updates Improve Accessibility"
208+
},
209+
{
210+
"title": "Better Know an Engineer: Rayvn Manuel",
211+
"description": "We’re back with another installment of Better Know an Engineer...",
212+
"url": "https://medium.com/codedotgov/code-gov-better-know-an-engineer-rayvn-manuel-46188c95218b",
213+
"date": "08/13/2020",
214+
"image": "/assets/img/news/rayvn.jpeg",
215215
"alt": "Know an Engineer"
216216
}
217217
],
@@ -443,4 +443,4 @@
443443
"images": {
444444
"background": "./assets/img/logos/code-gov-light.svg"
445445
}
446-
}
446+
}

cypress/integration/browse-projects-direct-nav.spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ describe('browse projects page tests (direct nav)', () => {
1919
// aliasing the api endpoint route and passing that alias to wait looks the most promising:
2020
// https://docs.cypress.io/api/commands/wait.html#Alias
2121
// https://docs.cypress.io/api/commands/route.html#Examples
22-
.wait(3000)
23-
.get('.usa-card')
22+
.get('.filter-tags')
2423
.each(item => {
2524
cy.wrap(item).within(() => {
26-
cy.contains('div > ul > li', /html/i).should('exist')
25+
cy.contains('button', /html/i).should('exist')
2726
})
2827
})
2928
})

dependency_licenses.json

Lines changed: 3386 additions & 2773 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)