mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 16:09:01 +00:00
🔧 Adjust timeout of websocket readiness (playwright)
This commit is contained in:
parent
2c4efc6b53
commit
cc326f23cf
@ -253,7 +253,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||||||
|
|
||||||
async #waitForWebSocketReadiness() {
|
async #waitForWebSocketReadiness() {
|
||||||
// TODO: find a better event to settle whether the app is ready to receive notifications via ws
|
// TODO: find a better event to settle whether the app is ready to receive notifications via ws
|
||||||
await expect(this.pageName).toHaveText("Page 1");
|
await expect(this.pageName).toHaveText("Page 1", { timeout: 30000 })
|
||||||
}
|
}
|
||||||
|
|
||||||
async sendPresenceMessage(fixture) {
|
async sendPresenceMessage(fixture) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user