Skip to content

Commit

Permalink
update embed-block-figma.test
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 10, 2024
1 parent fa5087d commit ff454a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/embed-block-figma.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('Figma Embed Block', () => {
beforeEach(() => {
cy.login();
cy.visit('/wp-admin/post-new.php');
cy.get('.block-editor-writing-flow', { timeout: 10000 }).should('exist'); // Ensure editor loads
cy.get('.block-editor-writing-flow', { timeout: 20000 }).should('exist'); // Ensure editor loads
});

it('should add Figma Embed block and verify embedding a Figma URL', () => {
Expand Down

0 comments on commit ff454a4

Please sign in to comment.