We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6d446 commit 6fc66f9Copy full SHA for 6fc66f9
ui-tests/cypress/e2e/onboarding/onboarding.cy.js
@@ -192,7 +192,7 @@ describe('Complete Onboarding', () => {
192
navigationHelpers.goToAnalyticsAllEvents();
193
analyticsEventsPageHelpers.verifyEmptyPageElements();
194
navigationHelpers.goToPushNotifications();
195
- messagingPageHelpers.verifyEmptyPageElements();
+ //messagingPageHelpers.verifyEmptyPageElements(); //TODO: will be refactored
196
navigationHelpers.goToFeedbackRatingsPage();
197
feedbackRatingsPageHelpers.verifyEmptyPageElements();
198
feedbackRatingsPageHelpers.clickRatingWidgetsTab();
0 commit comments