diff --git a/tests/cypress/e2e/embed-block-figma.test.js b/tests/cypress/e2e/embed-block-figma.test.js index de730c6..1fa4df9 100644 --- a/tests/cypress/e2e/embed-block-figma.test.js +++ b/tests/cypress/e2e/embed-block-figma.test.js @@ -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', () => {