Skip to content

Commit

Permalink
test preponding execute calls
Browse files Browse the repository at this point in the history
  • Loading branch information
vsvamsi1 committed May 1, 2024
1 parent f62d998 commit 019e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/entities/Engine/AppViewerEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export default class AppViewerEngine extends AppEngine {
throw new ActionsNotFoundError(
`Unable to fetch actions for the application: ${applicationId}`,
);
yield put(fetchAllPageEntityCompletion([executePageLoadActions()]));

yield call(waitForFetchUserSuccess);
yield call(waitForSegmentInit, true);
yield call(waitForFetchEnvironments);
yield put(fetchAllPageEntityCompletion([executePageLoadActions()]));
}
}

0 comments on commit 019e65b

Please sign in to comment.