Skip to content

Commit

Permalink
fix(CI): amend the failing test
Browse files Browse the repository at this point in the history
Change-Id: I039dbb2d82c52c2af1aac1aec72d2067aad14d36
GitOrigin-RevId: 403c3c274a8f112033e865c6f801da5efb9995d1
  • Loading branch information
sarahsga authored and actions-user committed Dec 17, 2024
1 parent f6a82b8 commit 2c85de5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/wab/cypress/e2e/generic-slots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 2c85de5

Please sign in to comment.