Skip to content

Increase timeout for button and text interactions#317

Merged
PurpleGuitar merged 1 commit into
doc-dev.walink.orgfrom
dan-timeoutfix
Jun 18, 2026
Merged

Increase timeout for button and text interactions#317
PurpleGuitar merged 1 commit into
doc-dev.walink.orgfrom
dan-timeoutfix

Conversation

@danparisd

Copy link
Copy Markdown
Contributor

Fix Ontenu resource type name

await page.getByRole('button', { name: 'Next' }).click()
await page.getByText('Unlocked Literal Bible').first().click()
await page.getByText('Unlocked Literal Bible').nth(1).click()
await page.getByText('Unlocked Literal Bible').first().click({ timeout: 120_000 })

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be "Regular" too?

@danparisd danparisd Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's the Tok Pisin resource, and it is ULB. This line was only changed to add the timeout. These timeouts are added to make it fail faster if something is amiss.

@PurpleGuitar PurpleGuitar self-requested a review June 18, 2026 19:35
@PurpleGuitar PurpleGuitar merged commit 36888c0 into doc-dev.walink.org Jun 18, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants