Increase wait time for share URL

pull/280/head
Alex Kern 7 months ago
parent a79a7a85cf
commit 01adc8b872

@ -19,7 +19,7 @@ test('uploader to downloader transfer', async ({ browser }) => {
await uploader.getByText('Start').click()
const shortInput = uploader.getByText('Short URL').locator('..').locator('input')
await expect(shortInput).toBeVisible()
await expect(shortInput).toBeVisible({ timeout: 15000 })
const shareURL = await shortInput.inputValue()
const downloader = await browser.newPage()

Loading…
Cancel
Save