We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b0af commit 4275d70Copy full SHA for 4275d70
frontend/tests/test-variant-console/quotas/pagination.spec.ts
@@ -6,6 +6,9 @@ import { QuotaPage } from '../utils/quota-page';
6
const QUOTAS_TEST_LIMIT = 15;
7
8
test.describe('Quotas - Display 15 quotas', () => {
9
+ // don't run in parallel
10
+ test.describe.configure({ mode: 'default' });
11
+
12
test(`should create ${QUOTAS_TEST_LIMIT} quotas and verify all are visible on the page`, async ({ page }) => {
13
const quotaPage = new QuotaPage(page);
14
const timestamp = Date.now();
0 commit comments