Browse Source

fix(tests): remove test.slow()

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
06ef5557ff
  1. 1
      tests/playwright/tests/db/features/webhook.spec.ts

1
tests/playwright/tests/db/features/webhook.spec.ts

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

Loading…
Cancel
Save