diff --git a/platform/wab/cypress/e2e/generic-slots.spec.ts b/platform/wab/cypress/e2e/generic-slots.spec.ts index dc6eaeebae6..b62965f633e 100644 --- a/platform/wab/cypress/e2e/generic-slots.spec.ts +++ b/platform/wab/cypress/e2e/generic-slots.spec.ts @@ -19,6 +19,9 @@ describe("generic-slots", function () { cy.withinStudioIframe(() => { cy.createNewComponent("Widget").then((framed) => { cy.focusFrameRoot(framed); + cy.justLog("Draw a rect slot."); + cy.justType("r"); + cy.drawRectRelativeToElt(framed.getFrame(), 10, 10, 50, 50); cy.createNewFrame().then((framed2) => { cy.justLog("Zoom out.");