Skip to content

Commit 6e7ac3f

Browse files
committed
[star-rating] Update more font color in test
1 parent 1c50e71 commit 6e7ac3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Create New Widget', () => {
4949
widgetsHelpers.verifyPreviewTriggerButtonPopUpElements({
5050
triggerButtonText: "Feedback",
5151
triggerButtonColor: "#0166D6",
52-
triggerButtonFontColor: "#0166D6"
52+
triggerButtonFontColor: "#FFFFFF"
5353
});
5454

5555
widgetsHelpers.clickNextStepButton();

ui-tests/cypress/lib/dashboard/feedback/ratings/widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const verifyAppearancePageDefaultElements = () => {
329329
ratingSymbol: "Emojis",
330330
isLogoDefault: true,
331331
selectedMainIconColor: "#0166D6",
332-
selectedFontIconColor: "#0166D6",
332+
selectedFontIconColor: "#FFFFFF",
333333
isButtonSizeMedium: true,
334334
isPositionCenterLeft: true,
335335
triggerText: "Feedback",

0 commit comments

Comments
 (0)