diff --git a/core/gather/navigation-runner.js b/core/gather/navigation-runner.js index 3283e8bd4629..72c841f73898 100644 --- a/core/gather/navigation-runner.js +++ b/core/gather/navigation-runner.js @@ -220,7 +220,7 @@ async function _navigation(navigationContext) { // Every required url is initialized to an empty string in `getBaseArtifacts`. // If we haven't set all the required urls yet, set them here. - if (!Object.values(phaseState.baseArtifacts).every(Boolean)) { + if (!Object.values(phaseState.baseArtifacts.URL).every(Boolean)) { phaseState.baseArtifacts.URL = { requestedUrl: navigateResult.requestedUrl, mainDocumentUrl: navigateResult.mainDocumentUrl,