We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aefa61 commit a1f1e05Copy full SHA for a1f1e05
ui-tests/cypress/e2e/dashboard/feedback/ratings/widgets.cy.js
@@ -16,7 +16,7 @@ describe('Create New Widget', () => {
16
navigationHelpers.goToFeedbackRatingsWidgetsPage();
17
});
18
19
- it('Verify default values of page and create a widget with that values and then update the widget data', function() {
+ it.skip('Verify default values of page and create a widget with that values and then update the widget data', function() {
20
widgetsHelpers.clickAddNewWidgetButton();
21
widgetsHelpers.verifySettingsPageDefaultElements();
22
widgetsHelpers.typeWidgetName("My New Widget");
0 commit comments