From 02268bc694caff65a28d43921fbcd1827d0f4299 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 3 Feb 2025 22:48:13 +0530 Subject: [PATCH] feat: add navigation true if url different --- maxun-core/src/interpret.ts | 2 ++ 1 file changed, 2 insertions(+) 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; } }