Skip to content

Commit ca694ff

Browse files
Merge pull request #2572 from RedisInsight/e2e/feature/RI-4723-open_RI_from_SM
remove redundant db
2 parents 19b0488 + 457d41b commit ca694ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/critical-path/url-handling/url-handling.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fixture `Add DB from SM`
2424
await databaseAPIRequests.deleteAllDatabasesApi();
2525
})
2626
.beforeEach(async() => {
27-
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneConfig);
27+
await databaseHelper.acceptLicenseTerms();
2828
});
2929
test
3030
.page(commonUrl)('Add DB using url via manual flow', async t => {
@@ -56,7 +56,7 @@ test
5656
await browserPage.Cli.sendCommandInCli('acl DELUSER alice');
5757
await databaseAPIRequests.deleteAllDatabasesApi();
5858
})
59-
.page(commonUrl)('Add DB automatically', async t => {
59+
.page(commonUrl)('Add DB using url automatically', async t => {
6060
databaseUsername = 'alice';
6161
databasePassword = 'p1pp0';
6262
const connectUrlParams = {

0 commit comments

Comments
 (0)