Browse Source

chore(playwright): add test.slow

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
6bc786488a
  1. 1
      tests/playwright/tests/db/01-webhook.spec.ts
  2. 1
      tests/playwright/tests/db/pagination.spec.ts

1
tests/playwright/tests/db/01-webhook.spec.ts

@ -125,6 +125,7 @@ test.describe.serial('Webhook', () => {
});
test('CRUD', async ({ request, page }) => {
test.slow();
// Waiting for the server to start
await page.waitForTimeout(1000);

1
tests/playwright/tests/db/pagination.spec.ts

@ -12,6 +12,7 @@ test.describe('Grid pagination', () => {
});
test('Access next page, prev page & offset page', async () => {
test.slow();
// close 'Team & Auth' tab
await dashboard.closeTab({ title: 'Team & Auth' });

Loading…
Cancel
Save