File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
electron/critical-path/database
web/critical-path/database Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 132
132
// Verify that user can add SSH tunnel with Password for OSS Cluster database
133
133
await myRedisDatabasePage . AddRedisDatabaseDialog . addStandaloneSSHDatabase ( sshDbClusterPass , sshWithPass ) ;
134
134
// should be deleted after https://redislabs.atlassian.net/browse/RI-5995
135
- await t . expect ( 6000 ) ;
135
+ await t . wait ( 6000 ) ;
136
136
await myRedisDatabasePage . clickOnDBByName ( sshDbClusterPass . databaseName ) ;
137
137
138
138
//verify that db is added and profiler works
Original file line number Diff line number Diff line change 197
197
await myRedisDatabasePage . clickOnDBByName ( sshDbClusterPass . databaseName ) ;
198
198
await Common . checkURLContainsText ( 'browser' ) ;
199
199
} ) ;
200
- // Unskip in RI-6478
201
- test . skip
200
+
201
+ test
202
202
. meta ( { rte : rte . none } )
203
203
. before ( async ( ) => {
204
204
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
@@ -212,9 +212,10 @@ test.skip
212
212
await t . expect ( myRedisDatabasePage . starFreeDbCheckbox . exists ) . ok ( 'star checkbox is not displayed next to free db link' ) ;
213
213
await t . expect ( myRedisDatabasePage . portCloudDb . textContent ) . contains ( 'Set up in a few clicks' , `create free db row is not displayed` ) ;
214
214
215
- await t . click ( myRedisDatabasePage . tableRowContent ) ;
216
- await Common . checkURL ( externalPageLinkList ) ;
217
- await goBackHistory ( ) ;
215
+ // skipped until https://redislabs.atlassian.net/browse/RI-6556
216
+ // await t.click(myRedisDatabasePage.tableRowContent);
217
+ // await Common.checkURL(externalPageLinkList);
218
+ // await goBackHistory();
218
219
219
220
await t . click ( myRedisDatabasePage . NavigationPanel . cloudButton ) ;
220
221
await Common . checkURL ( externalPageLinkNavigation ) ;
You can’t perform that action at this time.
0 commit comments