Skip to content

Commit 98b350e

Browse files
authored
Merge pull request #6026 from Countly/ar2rsawseen/master
Updated add consent label text
2 parents 375aca4 + 403886a commit 98b350e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const verifySettingsPageElements = ({
145145

146146
cy.verifyElement({
147147
labelElement: feedbackRatingWidgetAddUserConsentElements().ADD_USER_CONSENT_LABEL,
148-
labelText: "surveys.drawer.consent", //TODO:Updated after SER-2121 fixed
148+
labelText: "Add user consent",
149149
element: feedbackRatingWidgetAddUserConsentElements().ADD_USER_CONSENT_CHECKBOX,
150150
isChecked: isCheckedAddConsent
151151
});
@@ -1247,4 +1247,4 @@ module.exports = {
12471247
clickBackToRatingWidgetLink,
12481248
clickEditWidgetButton,
12491249
createRatingWithApi
1250-
};
1250+
};

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Countly, Inc.",
66
"scripts": {
77
"cy:open": "cypress open",
8-
"cy:run:dashboard": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/dashboard/**/*.cy.js --headless --no-runner-ui --browser electron",
9-
"cy:run:onboarding": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/onboarding/**/*.cy.js --headless --no-runner-ui --browser electron",
8+
"cy:run:dashboard": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/dashboard/**/*.cy.js --headless --no-runner-ui --browser chrome",
9+
"cy:run:onboarding": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/onboarding/**/*.cy.js --headless --no-runner-ui --browser chrome",
1010
"cy:run:login": "cypress run --spec **/login.cy.js --browser chrome",
1111
"cy:run:userActivity": "cypress run --spec **/analytics/loyalty/userActivity.cy.js --browser chrome"
1212
},

0 commit comments

Comments
 (0)