Skip to content

Commit

Permalink
fix js lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 6, 2024
1 parent fdbe724 commit a628d43
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 @@ describe('Figma Embed Block', () => {
cy.get('.block-editor-inserter__search input[type="search"]').type('Figma Embed');
cy.get('.editor-block-list-item-embed/figma').click();

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);
cy.get('.wp-block-embed[data-title="Figma"] form').submit();

Expand Down

0 comments on commit a628d43

Please sign in to comment.