Skip to content

Commit

Permalink
fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 10, 2024
1 parent c70de4c commit 49ddb06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cypress/e2e/embed-block-figma.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ context('Figma Embed Block', () => {
});

it('Embeds a valid Figma URL', () => {
const figmaUrl = 'https://embed.figma.com/design/nrPSsILSYjesyc5UHjYYa4?embed-host=figma-embed-docs';
const figmaUrl =
'https://embed.figma.com/design/nrPSsILSYjesyc5UHjYYa4?embed-host=figma-embed-docs';
cy.get('.wp-block-embed[data-title="Figma"] form input').type(figmaUrl, { force: true });
cy.get('.wp-block-embed[data-title="Figma"] form').submit();

Expand Down

0 comments on commit 49ddb06

Please sign in to comment.