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 all results have the same type as in filter
238
238
awaitt.expect(awaitbrowserPage.filteringLabel.count).eql(awaitfilteredTypeKeys.count,`The keys of type ${keyTypes[i].textType} not filtered correctly`);
awaitt.expect(browserPage.keyListTable.textContent).contains('No keys to display.','The message is displayed');
35
35
});
36
-
//skipped due the issue
37
-
test.skip
36
+
test
38
37
.meta({rte: rte.standalone})('Verify that user can see the total number of keys, the number of keys scanned, the “Scan more” control displayed at the top of Tree view and Browser view',asynct=>{
0 commit comments