Skip to content

Commit c943620

Browse files
authored
Merge pull request #6789 from Countly/update-events-click-with-force
[QT-345] Fix clickElement can not find fail with adding force option in events
2 parents 8a88fee + ab1fdcd commit c943620

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)