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(myRedisDatabasePage.dbNameList.withExactText(databaseParameters.databaseName??'').exists).ok('The database not displayed',{timeout: 5000});
Copy file name to clipboardExpand all lines: tests/e2e/tests/critical-path/memory-efficiency/memory-efficiency.e2e.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ fixture `Memory Efficiency`
38
38
test('No reports/keys message and report tooltip',asynct=>{
39
39
constnoReportsMessage='No Reports foundRun "New Analysis" to generate first report.';
40
40
constnoKeysMessage='No keys to displayUse Workbench Guides and Tutorials to quickly load the data.';
41
-
consttooltipText='Memory EfficiencyAnalyze up to 10K keys in your Redis database to get an overview of your data and memory efficiency recommendations.';
41
+
consttooltipText='Analyze up to 10 000 keys per Redis database to get an overview of your data.';
42
42
43
43
// Verify that user can see the “No reports found” message when report wasn't generated
44
44
awaitt.expect(memoryEfficiencyPage.noReportsText.textContent).eql(noReportsMessage,'No reports message not displayed or text is invalid');
@@ -52,7 +52,7 @@ test('No reports/keys message and report tooltip', async t => {
0 commit comments