We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16ad2bc + 41155cb commit e4f0d89Copy full SHA for e4f0d89
src/libs/actions/QueuedOnyxUpdates.ts
@@ -25,7 +25,7 @@ function queueOnyxUpdates(updates: OnyxUpdate[]): Promise<void> {
25
}
26
27
function flushQueue(): Promise<void> {
28
- if (!currentAccountID && !CONFIG.IS_TEST_ENV) {
+ if (!currentAccountID && !CONFIG.IS_TEST_ENV && !CONFIG.E2E_TESTING) {
29
const preservedKeys: OnyxKey[] = [
30
ONYXKEYS.NVP_TRY_FOCUS_MODE,
31
ONYXKEYS.PREFERRED_THEME,
0 commit comments