Skip to content

Commit 90b8c23

Browse files
update ssh test
1 parent 6cfa524 commit 90b8c23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,9 @@ test('Adding OSS Cluster database with SSH', async t => {
130130
// Verify that user can add SSH tunnel with Password for OSS Cluster database
131131
await myRedisDatabasePage.AddRedisDatabase.addStandaloneSSHDatabase(sshDbClusterPass, sshWithPass);
132132
await myRedisDatabasePage.clickOnDBByName(sshDbPass.databaseName);
133-
await Common.checkURLContainsText('browser');
133+
134+
//verify that db is added and profiler works
135+
await t.click(browserPage.Profiler.expandMonitor);
136+
await t.click(browserPage.Profiler.startMonitorButton);
137+
await t.expect(browserPage.Profiler.monitorIsStartedText.innerText).eql('Profiler is started.');
134138
});

0 commit comments

Comments
 (0)