File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/critical-path/url-handling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ fixture `Add DB from SM`
24
24
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
25
25
} )
26
26
. beforeEach ( async ( ) => {
27
- await databaseAPIRequests . addNewStandaloneDatabaseApi ( ossStandaloneConfig ) ;
27
+ await databaseHelper . acceptLicenseTerms ( ) ;
28
28
} ) ;
29
29
test
30
30
. page ( commonUrl ) ( 'Add DB using url via manual flow' , async t => {
56
56
await browserPage . Cli . sendCommandInCli ( 'acl DELUSER alice' ) ;
57
57
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
58
58
} )
59
- . page ( commonUrl ) ( 'Add DB automatically' , async t => {
59
+ . page ( commonUrl ) ( 'Add DB using url automatically' , async t => {
60
60
databaseUsername = 'alice' ;
61
61
databasePassword = 'p1pp0' ;
62
62
const connectUrlParams = {
You can’t perform that action at this time.
0 commit comments