We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa8e16 commit 3aefa61Copy full SHA for 3aefa61
ui-tests/cypress/e2e/dashboard/feedback/ratings/widgets.cy.js
@@ -98,7 +98,6 @@ describe('Create New Widget', () => {
98
submitButtonText: "Submit Feedback",
99
selectedMainColor: '#0166D6',
100
selectedFontColor: '#0166D6',
101
- hasAggrementCheckbox: true,
102
hasPoweredByLogo: true,
103
thankYouMessageText: 'Thanks for your feedback!',
104
successIconColor: '#0166D6'
@@ -223,6 +222,7 @@ describe('Create New Widget', () => {
223
222
contactViaCheckboxLabelText: widget.contactViaCheckboxLabelText,
224
contactEmail: widgetRate.contactEmail,
225
submitButtonText: widget.submitButtonText,
+ hasAggrementCheckbox: true,
226
selectedMainColor: widget.mainColor,
227
selectedFontColor: widget.FontColor,
228
0 commit comments