summaryrefslogtreecommitdiff
path: root/cypress
diff options
context:
space:
mode:
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/widgets.cy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/widgets.cy.js b/cypress/e2e/widgets.cy.js
index 271917889e..7d2039ff91 100644
--- a/cypress/e2e/widgets.cy.js
+++ b/cypress/e2e/widgets.cy.js
@@ -39,7 +39,7 @@ describe('After user signed in', () => {
cy.get('.mk-widget-select select').select(widgetName, { force: true });
cy.get('.data-cy-bg._modalBg.data-cy-transparent').click({ multiple: true, force: true });
cy.get('.mk-widget-add').click({ force: true });
- cy.get(`.mkw-${widgetName}`).should('exist');
+ cy.get(`.data-cy-mkw-${widgetName}`).should('exist');
});
}