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
Copy file name to clipboardExpand all lines: tests/e2e/tests/critical-path/browser/filtering.e2e.ts
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ test
81
81
for(const{ textType }ofkeyTypes){
82
82
awaitbrowserPage.selectFilterGroupType(textType);
83
83
// Check key type label
84
-
awaitt.expect((awaitbrowserPage.filteringLabel.textContent).toUpperCase).eql(textType.toUpperCase,`The label of type ${textType} is displayed`);
84
+
awaitt.expect((awaitbrowserPage.filterByKeyTypeDropDown.innerText).toUpperCase).eql(textType.toUpperCase,`The label of type ${textType} is displayed`);
85
85
if(['Stream','Graph','TS'].includes(textType)){
86
86
awaitt.expect(browserPage.keysNumberOfResults.textContent).eql('0','Number of found keys');
87
87
}
@@ -90,8 +90,4 @@ test
90
90
awaitt.expect(browserPage.keysNumberOfResults.textContent).match(regExp,'Number of found keys');
91
91
}
92
92
}
93
-
// Check removing of the label
94
-
awaitt.click(browserPage.deleteFilterButton);
95
-
awaitt.expect(browserPage.multiSearchArea.find(browserPage.cssFilteringLabel).exists).notOk('The label of filtering type is removed');
96
-
awaitt.expect(browserPage.keysSummary.textContent).contains('Total','The filter is removed');
constnoRedisearchMessage='RediSearch module is not loaded. Create a free Redis database(opens in a new tab or window) with module support on Redis Cloud.';
151
+
constnoRedisearchMessage='Looks like RediSearch is not available for this database';
0 commit comments