Skip to content

Commit 1df2090

Browse files
committed
fix by pr comment
1 parent b886b1d commit 1df2090

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/e2e/tests/regression/database/cloud-sso.e2e.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,7 @@ fixture `Cloud SSO`
3333
await refreshFeaturesTestData();
3434
});
3535
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 => {
4637
// Update remote config .json to config with buildType filter excluding current app build
4738
await modifyFeaturesConfigJson(pathes.dockerConfig);
4839
await updateControlNumber(48.2);

0 commit comments

Comments
 (0)