Skip to content

Commit

Permalink
Merge pull request #1763 from GSA/dev
Browse files Browse the repository at this point in the history
Release v0.6.1.beta.1 (Sprint 39)
  • Loading branch information
scottqueen-bixal authored Sep 4, 2024
2 parents f9da1aa + 8be39df commit 9eb91ac
Show file tree
Hide file tree
Showing 28 changed files with 470 additions and 12,959 deletions.
6 changes: 3 additions & 3 deletions benefit-finder/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
f.parentNode.insertBefore(j, f)
})(window, document, 'script', 'dataLayer', 'GTM-P2F6CBK')
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;400;700;800&family=Tilt+Warp&display=swap');
</style>
<script id="bf-track-by-name" type="text/javascript">
var CE_SNAPSHOT_NAME = ''
</script>
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('BenefitAccordionGroup component tests', () => {
it('Validate clicking Collapse all closes all accordions', () => {
cy.get('.bf-expand-all').click()
cy.get('.bf-expand-all').click()
cy.get('.bf-expand-all').should('contain.text', 'Open all')
cy.get('.bf-expand-all').should('contain.text', 'Expand all')
cy.get('.bf-usa-accordion:visible').each(accordion => {
cy.wrap(accordion)
.find('.bf-usa-accordion__button')
Expand Down
6 changes: 3 additions & 3 deletions benefit-finder/cypress/e2e/storybook/dataLayer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ describe('Calls to Google Analytics Object', function () {

pageObjects
.button()
.contains('Review selections')
.contains('Review your selections')
.click()
.then(() => {
// get all the events in our layer that matches the event value
Expand Down Expand Up @@ -767,7 +767,7 @@ describe('Calls to Google Analytics Object', function () {

pageObjects
.button()
.contains('Review selections')
.contains('Review your selections')
.click()
.then(() => {
// get all the events in our layer that matches the event value
Expand Down Expand Up @@ -911,7 +911,7 @@ describe('Calls to Google Analytics Object', function () {

pageObjects
.button()
.contains('Review selections')
.contains('Review your selections')
.click()
.then(() => {
const ev = [
Expand Down
3 changes: 3 additions & 0 deletions benefit-finder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;400;600;700;800&family=Tilt+Warp&display=swap');
</style>
<script id="bf-track-by-name" type="text/javascript">
var CE_SNAPSHOT_NAME = ''
</script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [
{
Expand Down
Loading

0 comments on commit 9eb91ac

Please sign in to comment.