Skip to content

Commit

Permalink
test: fix font url in cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Feb 4, 2024
1 parent 2c9fc1b commit e4facf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/editor.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('editor', () => {

it('can render text through customizer', () => {
cy.intercept(
/https:\/\/github.com\/shantigilbert\/liberation-fonts-ttf\/archive\/refs\/heads\/master.zip/
/https:\/\/codeload.github.com\/shantigilbert\/liberation-fonts-ttf\/zip\/refs\/heads\/master/
).as('liberationFonts');

cy.visit('/', {});
Expand Down

0 comments on commit e4facf2

Please sign in to comment.