MCPcopy Create free account
hub / github.com/GCWing/BitFun / waitForLoad

Method waitForLoad

tests/e2e/page-objects/ChatPage.ts:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 };
24
25 async waitForLoad(): Promise<void> {
26 await this.waitForPageLoad();
27 await this.wait(500);
28 }
29
30 async isChatInputVisible(): Promise<boolean> {
31 const selectors = [

Calls 2

waitForPageLoadMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected