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 6, 2024
1 parent e071f6a commit fa5087d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/cypress/e2e/embed-block-figma.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
/* eslint-disable no-undef */

describe('Figma Embed Block', () => {
before(() => {
cy.login();
});

beforeEach(() => {
// Navigate to the Block Editor
cy.login();
cy.visit('/wp-admin/post-new.php');
cy.get('.block-editor-writing-flow', { timeout: 10000 }).should('exist'); // Ensure editor loads
});
Expand Down

0 comments on commit fa5087d

Please sign in to comment.