File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/dashboard/analytics/events Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments