From 49431b6bc7d9f2132400e2346842324294d362a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 17 Apr 2019 11:28:15 +0200 Subject: [PATCH] Try to fix flaky "ReportContent.feature" :cucumber: --- cypress/integration/common/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/common/report.js b/cypress/integration/common/report.js index a35e638e0..78abf5378 100644 --- a/cypress/integration/common/report.js +++ b/cypress/integration/common/report.js @@ -55,7 +55,7 @@ When( cy.contains('.ds-card', davidIrvingName) .find('.content-menu-trigger') .first() - .click() + .click({force: true}) cy.get('.popover .ds-menu-item-link') .contains('Report User')