Skip to content

Commit

Permalink
fix: try changing test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-larsen committed Jan 9, 2024
1 parent a7d4245 commit 428be19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/plugin-form-relative_reference.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Page, expect, test } from '@playwright/test'

test('Relative reference', async ({ page }) => {
test.setTimeout(120000)
await page.goto('http://localhost:3000/')
await page.getByRole('button', { name: 'DemoDataSource' }).click()
await page.getByRole('button', { name: 'plugins' }).click()
Expand Down

0 comments on commit 428be19

Please sign in to comment.