Skip to content

Commit

Permalink
update embed-block-figma.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 10, 2024
1 parent 49ddb06 commit b577ada
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 @@ -5,7 +5,7 @@ context('Figma Embed Block', () => {
beforeEach(() => {
cy.loginToWordPress();
cy.createPost({ title: 'Figma Embed Example' });
cy.insertBlock('Figma Embed');
cy.insertBlock('Figma');
});

it('Displays the Figma Embed block', () => {
Expand Down

0 comments on commit b577ada

Please sign in to comment.