Skip to content

Commit b491b24

Browse files
fix pr comments
1 parent b4ce44f commit b491b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test('Adding database with SSH', async t => {
123123
await myRedisDatabasePage.clickOnDBByName(sshDbPasscode.databaseName);
124124
await Common.checkURLContainsText('browser');
125125
});
126-
test('Verify taht OSS Cluster database with SSH can be added and work correctly', async t => {
126+
test('Verify that OSS Cluster database with SSH can be added and work correctly', async t => {
127127
const sshWithPass = {
128128
...sshParams,
129129
sshPassword: 'pass'
@@ -139,5 +139,5 @@ test('Verify taht OSS Cluster database with SSH can be added and work correctly
139139

140140
await t.click(browserPage.NavigationPanel.analysisPageButton);
141141
await t.click(clusterPage.overviewTab);
142-
await t.expect(await clusterPage.getPrimaryNodesCount()).eql('3', 'Primary nodes in table are not corrected');
142+
await t.expect(await clusterPage.getPrimaryNodesCount()).eql(Number('3'), 'Primary nodes in table are not corrected');
143143
});

0 commit comments

Comments
 (0)