diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 251dda6d..4bdfad73 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -724,6 +724,8 @@ export default class Interpreter extends EventEmitter { } catch (dispatchError) { debugLog(`DispatchEvent failed on attempt ${retryCount + 1}.`); } + } else { + navigationSuccess = true; } }