Skip to content

Commit

Permalink
Merge pull request #3118 from alphagov/dependabot/npm_and_yarn/puppet…
Browse files Browse the repository at this point in the history
…eer-19.4.1

Bump puppeteer from 19.4.0 to 19.4.1
  • Loading branch information
36degrees committed Dec 19, 2022
2 parents 5a41e34 + 3771781 commit 8895a41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 34 deletions.
40 changes: 9 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"jest-serializer-html": "^7.1.0",
"lint-staged": "^13.1.0",
"outdent": "^0.8.0",
"puppeteer": "^19.4.0",
"puppeteer": "^19.4.1",
"sass-color-helpers": "^2.1.1",
"standard": "^17.0.0",
"stylelint": "^14.16.0",
Expand Down
2 changes: 0 additions & 2 deletions src/govuk/components/accordion/accordion.test.js
Expand Up @@ -256,7 +256,6 @@ describe('/components/accordion', () => {
)

await $element.click()
await page.waitForTimeout(100)

await expect(getAccessibleName(page, $element)).resolves.toBe(
'Section A , Hide this section'
Expand All @@ -275,7 +274,6 @@ describe('/components/accordion', () => {
)

await $element.click()
await page.waitForTimeout(100)

await expect(getAccessibleName(page, $element)).resolves.toBe(
'Test , Additional description , Hide this section'
Expand Down

0 comments on commit 8895a41

Please sign in to comment.