Skip to content

Commit 5b1ad0b

Browse files
authored
Fix e2e tests
1 parent b01095c commit 5b1ad0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ui-tests/cypress/lib/dashboard/manage/sdk/configurations.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@ const verifyStaticElementsOfPage = () => {
3030

3131
cy.verifyElement({
3232
labelElement: sdkConfiguratonsPageElements.SDK_CONTROL_LABEL,
33-
labelText: "SDK control",
33+
labelText: "Global Controls",
3434
});
3535

3636
cy.verifyElement({
3737
labelElement: sdkConfiguratonsPageElements.SDK_TRACKING_LABEL,
38-
labelText: "SDK Tracking",
38+
labelText: "Allow Tracking",
3939
});
4040

4141
cy.verifyElement({
4242
labelElement: sdkConfiguratonsPageElements.SDK_TRACKING_DESCRIPTION,
43-
labelText: "Enable or disable tracking any data in the SDK. If disabled, tracking new data will stop, but already collected data will be sent as long as networking is enabled",
43+
labelText: "Enable or disable any tracking (gathering) of data in the SDK (default: enabled)",
4444
});
4545

4646
cy.verifyElement({
4747
labelElement: sdkConfiguratonsPageElements.SDK_NETWORKING_LABEL,
48-
labelText: "SDK Networking",
48+
labelText: "Allow Networking",
4949
});
5050

5151
cy.verifyElement({
5252
labelElement: sdkConfiguratonsPageElements.SDK_NETWORKING_DESCRIPTION,
53-
labelText: "Enable or disable networking calls within SDK. If disabled no network requests will come from SDK (except SDK config call), but data would still be recorded and preserved on device up to the SDK limits",
53+
labelText: "Enable or disable all networking calls from SDK except SDK config call. Does not effect tracking of data (default: enabled)",
5454
});
5555
};
5656

@@ -98,4 +98,4 @@ module.exports = {
9898
clickRequestStatsTab,
9999
clickHealthCheckTab,
100100
clickSdkConfigurationTab
101-
};
101+
};

0 commit comments

Comments
 (0)