Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota002 committed Jun 11, 2024
1 parent af29d4c commit ecf923d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions __playwright__/circulars.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ test.describe('Circulars archive page', () => {
test('responds to changes in the number of results per page', async ({
page,
}) => {
test.slow()
await page.goto('/circulars')
while (await page.isVisible('#unexpectedError')) {
await page.reload()
}
for (const expectedResultsPerPage of [10, 20]) {
await page
.getByTitle('Number of results per page')
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export default defineConfig({
url: 'http://localhost:3333',
reuseExistingServer: !process.env.CI,
stdout: 'pipe',
timeout: 180 * 1000, // 180 Seconds timeout on webServer
timeout: 120 * 1000, // 120 Seconds timeout on webServer
},
})

0 comments on commit ecf923d

Please sign in to comment.