Skip to content

Commit

Permalink
Undo some config changes, undo removal of slow
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Jul 16, 2024
1 parent b8d301e commit 7f93127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions __playwright__/circulars/submission.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { expect, test } from '@playwright/test'

test.describe('Circulars submission page', () => {
test('posts a submission successfully ', async ({ page }) => {
test.slow()
await page.goto('/circulars/new')
await page.locator('#subject').clear()
await page
Expand Down
3 changes: 1 addition & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default defineConfig({
command: 'npm run dev',
url: 'http://localhost:3333',
reuseExistingServer: !process.env.CI,
stdout: 'pipe',
timeout: 300 * 1000, // 300 Seconds timeout on webServer
timeout: 120 * 1000, // 120 Seconds timeout on webServer
},
})

0 comments on commit 7f93127

Please sign in to comment.