We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de9f1 commit 89954f9Copy full SHA for 89954f9
tests/e2e/tests/web/regression/database/notification.e2e.ts
@@ -39,8 +39,7 @@ fixture `DB expire notifications`
39
.meta({ type: 'critical_path', rte: rte.standalone })
40
.page(commonUrl);
41
42
-test.only
43
- .before(async() => {
+test.before(async() => {
44
await databaseHelper.acceptLicenseTerms();
45
await databaseAPIRequests.deleteAllDatabasesApi();
46
await databaseAPIRequests.addNewStandaloneDatabaseApi(ossStandaloneV5Config);
0 commit comments