You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Verify that user can see String key value with only 5000 characters uploaded if length is more than 5000
106
-
awaitt.expect((awaitbrowserPage.stringKeyValueInput.textContent).length).eql(stringKeyParameters.value.length,'String key > 5000 value is fully loaded by default');
106
+
// Verify that 3 dots after truncated big strings displayed
107
+
awaitt.expect((awaitbrowserPage.stringKeyValueInput.textContent).length).eql(stringKeyParameters.value.length+3,'String key > 5000 value is fully loaded by default');
107
108
108
109
awaitt.click(browserPage.loadAllBtn);
109
110
// Verify that user can see "Load all" button for String Key with more than 5000 characters and see full value by clicking on it
0 commit comments