Skip to content

Commit 0e5bf66

Browse files
Merge remote-tracking branch 'origin/master' into changelog-update-v25.03.23
2 parents 214eacc + c943620 commit 0e5bf66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui-tests/cypress/e2e/onboarding/onboarding.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ describe('Complete Onboarding', () => {
298298
navigationHelpers.isNavigatedToDashboard();
299299
});
300300

301-
it('should be complete onboarding flow with creating mobile type demo application and verify home page with Finance data', function() {
301+
it('should be complete onboarding flow with creating mobile type demo application and verify all pages with Finance data', function() {
302302
setupHelpers.verifyDefaultPageElements();
303303
setupHelpers.completeOnboardingSetup({
304304
fullName: user.username,

ui-tests/cypress/lib/dashboard/analytics/events/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const verifyFullDataPageElements = () => {
194194

195195
cy.scrollPageToTop();
196196

197-
cy.clickElement(eventStatsListBoxElements('Bill Payment').LIST_BOX_ITEM);
197+
cy.clickElement(eventStatsListBoxElements('Bill Payment').LIST_BOX_ITEM, true);
198198

199199
verifyStaticElementsOfEventStatsPage();
200200

0 commit comments

Comments
 (0)