File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
tests/e2e/tests/regression/database Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,7 @@ fixture `Cloud SSO`
33
33
await refreshFeaturesTestData ( ) ;
34
34
} ) ;
35
35
test
36
- . meta ( { env : env . web } )
37
- . before ( async ( ) => {
38
- await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
39
- await refreshFeaturesTestData ( ) ;
40
- await databaseHelper . acceptLicenseTerms ( ) ;
41
- } )
42
- . after ( async ( ) => {
43
- await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
44
- await refreshFeaturesTestData ( ) ;
45
- } ) ( 'Verify that user can not see the import Cloud databases on the Welcome screen for docker build' , async t => {
36
+ . meta ( { env : env . web } ) ( 'Verify that user can not see the import Cloud databases on the Welcome screen for docker build' , async t => {
46
37
// Update remote config .json to config with buildType filter excluding current app build
47
38
await modifyFeaturesConfigJson ( pathes . dockerConfig ) ;
48
39
await updateControlNumber ( 48.2 ) ;
You can’t perform that action at this time.
0 commit comments