Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 = [
Callers
15
l1-navigation.spec.ts
File · 0.45
l1-ui-navigation.spec.ts
File · 0.45
l1-session.spec.ts
File · 0.45
l1-git-panel.spec.ts
File · 0.45
l1-file-tree.spec.ts
File · 0.45
l1-terminal.spec.ts
File · 0.45
l1-dialog.spec.ts
File · 0.45
l1-review-action-bar.spec.ts
File · 0.45
l1-chat-input.spec.ts
File · 0.45
l1-chat.spec.ts
File · 0.45
l1-editor.spec.ts
File · 0.45
l1-chat-scroll-whitespace.spec.ts
File · 0.45
Calls
2
waitForPageLoad
Method · 0.80
wait
Method · 0.45
Tested by
no test coverage detected