File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tests/e2e/tests/regression/insights Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ fixture `Live Recommendations`
52
52
await databaseAPIRequests . addNewStandaloneDatabaseApi ( ossStandaloneConfig ) ;
53
53
await myRedisDatabasePage . reloadPage ( ) ;
54
54
await myRedisDatabasePage . clickOnDBByName ( ossStandaloneConfig . databaseName ) ;
55
- await browserPage . Cli . sendCommandInCli ( 'flushdb' ) ;
56
55
} )
57
56
. afterEach ( async ( ) => {
58
57
await refreshFeaturesTestData ( ) ;
70
69
// Reload Page
71
70
await myRedisDatabasePage . reloadPage ( ) ;
72
71
await myRedisDatabasePage . clickOnDBByName ( databasesForAdding [ 1 ] . databaseName ) ;
72
+
73
+ await browserPage . Cli . sendCommandInCli ( 'flushdb' ) ;
74
+ await myRedisDatabasePage . reloadPage ( ) ;
73
75
} )
74
76
. after ( async ( ) => {
75
77
// Clear and delete database
You can’t perform that action at this time.
0 commit comments