Skip to content

Commit 3aefa61

Browse files
authored
Added check aggre to after edit
1 parent 3aa8e16 commit 3aefa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/cypress/e2e/dashboard/feedback/ratings/widgets.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe('Create New Widget', () => {
9898
submitButtonText: "Submit Feedback",
9999
selectedMainColor: '#0166D6',
100100
selectedFontColor: '#0166D6',
101-
hasAggrementCheckbox: true,
102101
hasPoweredByLogo: true,
103102
thankYouMessageText: 'Thanks for your feedback!',
104103
successIconColor: '#0166D6'
@@ -223,6 +222,7 @@ describe('Create New Widget', () => {
223222
contactViaCheckboxLabelText: widget.contactViaCheckboxLabelText,
224223
contactEmail: widgetRate.contactEmail,
225224
submitButtonText: widget.submitButtonText,
225+
hasAggrementCheckbox: true,
226226
selectedMainColor: widget.mainColor,
227227
selectedFontColor: widget.FontColor,
228228
hasPoweredByLogo: true,

0 commit comments

Comments
 (0)