From 81984126faaf6af31f172677b14a7b9e41f98216 Mon Sep 17 00:00:00 2001 From: Mateusz Borowczyk Date: Wed, 12 Feb 2025 10:08:17 +0100 Subject: [PATCH] e2e fix --- cypress/e2e/scenario-8-instance-composer.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/scenario-8-instance-composer.cy.js b/cypress/e2e/scenario-8-instance-composer.cy.js index 286de66a6..5873a384d 100644 --- a/cypress/e2e/scenario-8-instance-composer.cy.js +++ b/cypress/e2e/scenario-8-instance-composer.cy.js @@ -425,7 +425,7 @@ if (Cypress.env("edition") === "iso") { //Drag extra_embedded onto canvas and assert that is highlighted as loose element cy.get('[aria-labelledby="bodyTwo_extra_embedded"]') - .trigger("mouseover") + .trigger("mouseover", { force: true }) // sometimes cypress doesn't trigger the event as text in that element is in front of the component .trigger("mousedown") .trigger("mousemove", { clientX: 800,