Skip to content

Commit a09d984

Browse files
chore: triple modal timeout from 10s to 30s in ModalPage.ts (#5275)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Derek <alexanderderekrein@gmail.com>
1 parent d281bff commit a09d984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/laboratory/tests/shared/pages/ModalPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class ModalPage {
113113
await this.page.goto(this.url)
114114

115115
// Wait for w3m-modal to be injected
116-
await this.page.waitForSelector('w3m-modal', { state: 'visible', timeout: 10_000 })
116+
await this.page.waitForSelector('w3m-modal', { state: 'visible', timeout: 30_000 })
117117
}
118118

119119
assertDefined<T>(value: T | undefined | null): T {

0 commit comments

Comments
 (0)