File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/web/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 @@ -182,14 +182,14 @@ test
182
182
await myRedisDatabasePage . clickOnDBByName ( sshDbPass . databaseName ) ;
183
183
await Common . checkURLContainsText ( 'browser' ) ;
184
184
} ) ;
185
- test . only
185
+ test
186
186
. meta ( { rte : rte . none } )
187
187
. before ( async ( ) => {
188
188
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
189
189
await databaseHelper . acceptLicenseTerms ( ) ;
190
190
} ) ( 'Verify that user can see the No databases message on the empty databases list' , async t => {
191
191
const noDatabasesMessage = 'No databases yet, let\'s add one!' ;
192
- const externalPageLink = 'https://redis.io/try-free/ ?utm_source=redisinsight&utm_medium=main&utm_campaign=empty_db_list'
192
+ const externalPageLink = 'https://redis.io/try-free?utm_source=redisinsight&utm_medium=main&utm_campaign=empty_db_list'
193
193
194
194
await t . expect ( myRedisDatabasePage . emptyListMessage . withText ( noDatabasesMessage ) . exists ) . ok ( 'Empty databases list message not displayed' ) ;
195
195
You can’t perform that action at this time.
0 commit comments