File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui-tests/cypress/lib/dashboard/manage/sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const verifyStaticElementsOfPage = () => {
4040
4141 cy . verifyElement ( {
4242 labelElement : sdkConfiguratonsPageElements . SDK_TRACKING_DESCRIPTION ,
43- labelText : "Enable or disable any tracking (gathering) of data in the SDK (default: enabled) " ,
43+ labelText : "Enable or disable any tracking (gathering) of data in the SDK" ,
4444 } ) ;
4545
4646 cy . verifyElement ( {
@@ -50,7 +50,7 @@ const verifyStaticElementsOfPage = () => {
5050
5151 cy . verifyElement ( {
5252 labelElement : sdkConfiguratonsPageElements . SDK_NETWORKING_DESCRIPTION ,
53- labelText : "Enable or disable all networking calls from SDK except SDK behavior call. Does not effect tracking of data (default: enabled) " ,
53+ labelText : "nable or disable all networking calls from SDK except SDK behavior call. Does not effect tracking of data" ,
5454 } ) ;
5555} ;
5656
You can’t perform that action at this time.
0 commit comments