We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125ee48 commit b2c396fCopy full SHA for b2c396f
ui-tests/cypress/lib/dashboard/manage/sdk/configurations.js
@@ -25,7 +25,7 @@ const verifyStaticElementsOfPage = () => {
25
labelElement: sdkConfiguratonsPageElements.PAGE_TITLE,
26
labelText: "SDK Behavior Settings",
27
tooltipElement: sdkConfiguratonsPageElements.PAGE_TITLE_TOOLTIP,
28
- tooltipText: "This is experimental feature and not all SDKs and SDK versions yet support it. Refer to the SDK documentation for more information"
+ tooltipText: "Not all SDKs and SDK versions yet support this feature. Refer to respective SDK documentation for more information"
29
});
30
31
cy.verifyElement({
0 commit comments