File tree Expand file tree Collapse file tree
ui-tests/cypress/lib/dashboard/analytics/geo/countries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ const verifyCountriesMetricCard = ({
212212 cy . verifyElement ( { element : countriesMetricCardElements . TOTAL_SESSIONS_NUMBER , elementText : "0" , shouldNot : true } ) ;
213213 cy . verifyElement ( { element : countriesMetricCardElements . TOTAL_SESSIONS_NUMBER , elementText : "NA" , shouldNot : true } ) ;
214214
215-
216215 cy . verifyElement ( {
217216 element : countriesMetricCardElements . TOTAL_SESSIONS_TREND_ICON ,
218217 } ) ;
@@ -224,7 +223,6 @@ const verifyCountriesMetricCard = ({
224223
225224 cy . verifyElement ( { element : countriesMetricCardElements . TOTAL_USERS_NUMBER , elementText : "0" , shouldNot : true } ) ;
226225 cy . verifyElement ( { element : countriesMetricCardElements . TOTAL_USERS_NUMBER , elementText : "NA" , shouldNot : true } ) ;
227-
228226
229227 cy . verifyElement ( {
230228 element : countriesMetricCardElements . TOTAL_USERS_TREND_ICON ,
@@ -236,7 +234,7 @@ const verifyCountriesMetricCard = ({
236234 } ) ;
237235
238236 cy . verifyElement ( { element : countriesMetricCardElements . NEW_USERS_NUMBER , elementText : "0" , shouldNot : true } ) ;
239- cy . verifyElement ( { element : countriesMetricCardElements . NEW_USERS_NUMBER , elementText : "NA" , shouldNot : true } ) ;
237+ cy . verifyElement ( { element : countriesMetricCardElements . NEW_USERS_NUMBER , elementText : "NA" , shouldNot : true } ) ;
240238
241239 cy . verifyElement ( {
242240 element : countriesMetricCardElements . NEW_USERS_TREND_ICON ,
You can’t perform that action at this time.
0 commit comments