File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/electron/critical-path/database Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ test('Adding database with SSH', async t => {
123
123
await myRedisDatabasePage . clickOnDBByName ( sshDbPasscode . databaseName ) ;
124
124
await Common . checkURLContainsText ( 'browser' ) ;
125
125
} ) ;
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 => {
127
127
const sshWithPass = {
128
128
...sshParams ,
129
129
sshPassword : 'pass'
@@ -139,5 +139,5 @@ test('Verify taht OSS Cluster database with SSH can be added and work correctly
139
139
140
140
await t . click ( browserPage . NavigationPanel . analysisPageButton ) ;
141
141
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' ) ;
143
143
} ) ;
You can’t perform that action at this time.
0 commit comments