File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ const selectEventsToCompare = (...events) => {
502502 for ( var i = 0 ; i < events . length ; i ++ ) {
503503 var itemSelector = 'el-option-test-id-' + helper . toSlug ( events [ i ] ) + '-el-options' ;
504504 //cy.typeInput(feedbackRatingWidgetsPageElements.SHOW_ONLY_SELECTOR_INPUT, events[i])
505- cy . clickElement ( itemSelector ) ;
505+ cy . clickElement ( itemSelector , true ) ;
506506 }
507507 cy . clickBody ( ) ;
508508} ;
Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ const verifyStaticElementsOfCrashStatisticsPage = () => {
273273 element : crashStatisticsEChartElements . CRASH_FREE_SESSIONS_TREND_ICON ,
274274 } ) ;
275275
276+ cy . scrollPageToBottom ( ) ;
277+
276278 cy . verifyElement ( {
277279 element : crashStatisticsEChartElements . CHART_PREVIOUS_TOTAL_OCCURENCES_ICON ,
278280 labelElement : crashStatisticsEChartElements . CHART_PREVIOUS_TOTAL_OCCURENCES_LABEL ,
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ const verifyStaticElementsOfPage = () => {
113113 hrefContainUrl : "#/analytics/acquisition" ,
114114 } ) ;
115115
116+ cy . scrollPageToCenter ( '.main-view' ) ;
117+
116118 cy . verifyElement ( {
117119 labelElement : homePageElements . VIEWS . LABEL ,
118120 labelText : "Views" ,
@@ -200,6 +202,8 @@ const verifyStaticElementsOfPage = () => {
200202 tooltipText : "The top 5 device types of your users based on their sessions within the selected time period."
201203 } ) ;
202204
205+ cy . scrollPageToBottom ( '.main-view' ) ;
206+
203207 cy . verifyElement ( {
204208 labelElement : homePageElements . COUNTRIES . LABEL ,
205209 labelText : "Countries" ,
You can’t perform that action at this time.
0 commit comments