Skip to content

Commit 8f3c190

Browse files
committed
[star-rating] Update more font color in test
1 parent e56ce96 commit 8f3c190

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
@@ -403,7 +403,7 @@ const verifyAppearancePageDefaultElements = () => {
403403
ratingSymbol: "Emojis",
404404
isLogoDefault: true,
405405
selectedMainIconColor: "#0166D6",
406-
selectedFontIconColor: "#0166D6",
406+
selectedFontIconColor: "#FFFFFF",
407407
isButtonSizeMedium: true,
408408
isPositionCenterLeft: true,
409409
triggerText: "Feedback",

0 commit comments

Comments
 (0)