Skip to content

Commit a15afbc

Browse files
authored
Update waitForAppLoaded.ts
1 parent fbc5bec commit a15afbc

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-
const connection = Onyx.connect({
7+
const connection = Onyx.connectWithoutView({
88
key: ONYXKEYS.IS_SIDEBAR_LOADED,
99
callback: (isSidebarLoaded) => {
1010
if (!isSidebarLoaded) {

0 commit comments

Comments
 (0)