Skip to content

Commit 2359c2e

Browse files
committed
fix
1 parent a44ad24 commit 2359c2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e/tests/web/regression/browser/scan-keys.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ fixture `Browser - Specify Keys to Scan`
2222
.beforeEach(async() => {
2323
await databaseHelper.acceptLicenseTerms();
2424
})
25-
.afterEach(async t => {
26-
await t.click(myRedisDatabasePage.NavigationPanel.settingsButton);
27-
await t.click(settingsPage.accordionAdvancedSettings);
25+
.afterEach(async() => {
2826
await settingsPage.changeKeysToScanValue('10000');
2927
});
3028
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 => {

0 commit comments

Comments
 (0)