Skip to content

Commit 7ca5a78

Browse files
committed
Removed the spaces
1 parent fdca9cf commit 7ca5a78

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • ui-tests/cypress/lib/dashboard/analytics/geo/countries

ui-tests/cypress/lib/dashboard/analytics/geo/countries/countries.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)