Skip to content

Commit b57cafd

Browse files
committed
fix2
1 parent 2359c2e commit b57cafd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e/tests/web/critical-path/settings/settings.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ fixture `Settings`
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 user can customize a number of keys to scan in filters per key name or key type', async t => {

0 commit comments

Comments
 (0)