Skip to content

Commit

Permalink
feat(backstop): use document-fonts-loaded branch of backstop and bump…
Browse files Browse the repository at this point in the history
… … (#1286)

…deps

## Describe your changes

Uses a new branch for backstop, with changes to wait for
`document.fonts.loaded` prior to capturing screen.

## Issue ticket number and link

Uses new backstop branch to test font-load await.

## Checklist before requesting a review

- [x] Code linting succeeds
- [x] Visual Regression is Passing
- [x] I have performed a self-review of my code
- [x] Do we need to implement analytics?
- [x] Have you tested with JavaScript off?
  • Loading branch information
dgrebb authored Apr 30, 2024
1 parent 91620ee commit dbf7b67
Show file tree
Hide file tree
Showing 4 changed files with 1,885 additions and 1,494 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@playwright/test": "1.43.1",
"backstopjs": "github:dgrebb/dg-backstop#1.0.2",
"cors": "^2.8.5",
"dg-backstopjs": "github:dgrebb/dg-backstop#feat/wait-for-fonts",
"http-server": "^14.1.1",
"patch-package": "^8.0.0",
"@playwright/test": "1.42.1",
"playwright": "^1.42.1",
"playwright": "^1.43.1",
"pm2": "^5.3.1",
"super-simple-web-server": "github:dgrebb/super-simple-web-server#0.0.2"
},
Expand Down
Loading

0 comments on commit dbf7b67

Please sign in to comment.