Skip to content

Commit 6ccdcd3

Browse files
fix for regression tests#3
1 parent bec7de2 commit 6ccdcd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/e2e/tests/electron/critical-path/database/add-ssh-db.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ test
131131
};
132132
// Verify that user can add SSH tunnel with Password for OSS Cluster database
133133
await myRedisDatabasePage.AddRedisDatabaseDialog.addStandaloneSSHDatabase(sshDbClusterPass, sshWithPass);
134+
// should be deleted after https://redislabs.atlassian.net/browse/RI-5995
135+
await t.expect(6000);
134136
await myRedisDatabasePage.clickOnDBByName(sshDbClusterPass.databaseName);
135137

136138
//verify that db is added and profiler works

tests/e2e/tests/web/regression/monitor/monitor.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test('Verify Monitor refresh/stop', async t => {
7171
// Run monitor
7272
await t.click(browserPage.Profiler.startMonitorButton);
7373

74-
await browserPage.Profiler.checkCommandInMonitorResults('info', undefined, true, 8000);
74+
await browserPage.Profiler.checkCommandInMonitorResults('info', undefined, true, 10000);
7575
// Click on refresh keys to get new logs
7676
await t.click(browserPage.refreshKeysButton);
7777
// Get last timestamp

0 commit comments

Comments
 (0)