Skip to content

Commit 8519501

Browse files
authored
Update waitForAppLoaded.ts
1 parent d8bd285 commit 8519501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/E2E/actions/waitForAppLoaded.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ONYXKEYS from '@src/ONYXKEYS';
44
// Once we get the sidebar loaded end mark we know that the app is ready to be used:
55
export default function waitForAppLoaded(): Promise<void> {
66
return new Promise((resolve) => {
7-
// We have used `connectWithoutView` here because OnyxUpdates is not connected to any UI
7+
// We have used `connectWithoutView` here because it is not connected to any UI
88
const connection = Onyx.connectWithoutView({
99
key: ONYXKEYS.IS_SIDEBAR_LOADED,
1010
callback: (isSidebarLoaded) => {

0 commit comments

Comments
 (0)