Skip to content

Commit 8e5dd50

Browse files
committed
Fixed test fails
1 parent 22a8bb3 commit 8e5dd50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui-tests/cypress/e2e/dashboard/feedback/ratings/widgets.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ describe('Create New Widget', () => {
352352
index: 0,
353353
question: widget.question,
354354
internalName: widget.widgetName,
355-
pages: "/homepage, /shopping, /checkout2",
355+
pages: "/homepage, /shopping, /checkout",
356356
isActive: true
357357
});
358358

ui-tests/cypress/lib/dashboard/analytics/users/overview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const helper = require('../../../../support/helper');
88
const verifyStaticElementsOfPage = () => {
99
cy.verifyElement({
1010
labelElement: usersOverviewPageElements.PAGE_TITLE,
11-
labelText: "Users Overview2",
11+
labelText: "Users Overview",
1212
tooltipElement: usersOverviewPageElements.PAGE_TITLE_TOOLTIP,
1313
tooltipText: "Overview of the main metrics and stats about your audience."
1414
});

0 commit comments

Comments
 (0)