Skip to content

Commit

Permalink
test: fix broken test caused by renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
seasick committed Feb 1, 2024
1 parent fd345eb commit cebf96c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/editor.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ describe('editor', () => {
cy.get('button[aria-label="Fonts"]').click();

// Click the download button for the Liberation fonts
cy.get('button[data-start-path="liberation-fonts-ttf-master/"]').click();
cy.get(
'button[data-trim-from-start-path="liberation-fonts-ttf-master/"]'
).click();

// Wait for the download to finish
cy.wait('@liberationFonts', { timeout: 10000 });
Expand Down

0 comments on commit cebf96c

Please sign in to comment.