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.
2 parents 7f6d446 + 6fc66f9 commit 5d9c1a3Copy full SHA for 5d9c1a3
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