File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ fixture `Settings`
22
22
. beforeEach ( async ( ) => {
23
23
await databaseHelper . acceptLicenseTerms ( ) ;
24
24
} )
25
- . afterEach ( async t => {
26
- await t . click ( myRedisDatabasePage . NavigationPanel . settingsButton ) ;
27
- await t . click ( settingsPage . accordionAdvancedSettings ) ;
25
+ . afterEach ( async ( ) => {
28
26
await settingsPage . changeKeysToScanValue ( '10000' ) ;
29
27
} ) ;
30
28
test ( 'Verify that user can customize a number of keys to scan in filters per key name or key type' , async t => {
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ fixture `Browser - Specify Keys to Scan`
22
22
. beforeEach ( async ( ) => {
23
23
await databaseHelper . acceptLicenseTerms ( ) ;
24
24
} )
25
- . afterEach ( async t => {
26
- await t . click ( myRedisDatabasePage . NavigationPanel . settingsButton ) ;
27
- await t . click ( settingsPage . accordionAdvancedSettings ) ;
25
+ . afterEach ( async ( ) => {
28
26
await settingsPage . changeKeysToScanValue ( '10000' ) ;
29
27
} ) ;
30
28
test ( 'Verify that the user not enter the value less than 500 - the system automatically applies min value if user enters less than min' , async t => {
You can’t perform that action at this time.
0 commit comments