Skip to content

Commit 89954f9

Browse files
fix per comments
1 parent 95de9f1 commit 89954f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/tests/web/regression/database/notification.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ fixture `DB expire notifications`
3939
.meta({ type: 'critical_path', rte: rte.standalone })
4040
.page(commonUrl);
4141

42-
test.only
43-
.before(async() => {
42+
test.before(async() => {
4443
await databaseHelper.acceptLicenseTerms();
4544
await databaseAPIRequests.deleteAllDatabasesApi();
4645
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneV5Config);

0 commit comments

Comments
 (0)