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
awaitt.expect(moduleName).eql(expectedName,`${moduleName} icon not found`);
41
53
}
42
54
//Minimize the window to check quantifier
43
55
awaitt.resizeWindow(1000,700);
@@ -64,7 +76,7 @@ test
64
76
test
65
77
.meta({rte: rte.standalone})('Verify that user can see icons in DB header for RediSearch, RedisGraph, RedisJSON, RedisBloom, RedisTimeSeries, RedisGears, RedisAI default modules',asynct=>{
// Verify that Optimize the use of time series recommendation displayed
178
-
awaitt.expect(awaitmemoryEfficiencyPage.getRecommendationByName(searchJsonRecommendation).exists).ok('Query and search JSON documents recommendation not displayed');
184
+
awaitt.expect(recommendation.exists).ok('Query and search JSON documents recommendation not displayed');
0 commit comments