@applitools/dom-snapshot
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -7,2 +7,6 @@ | ||
## 3.6.1 - 2020/7/5 | ||
- fix frames that were redirected with JavaScript ([Trello](https://trello.com/c/egprwtNp)) | ||
## 3.6.0 - 2020/6/29 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
@@ -92,5 +92,3 @@ 'use strict'; | ||
const processFramesPromise = frameDocs.map(f => | ||
doProcessPage(f, f.defaultView.frameElement.src), | ||
); | ||
const processFramesPromise = frameDocs.map(f => doProcessPage(f)); | ||
const processInlineFramesPromise = inlineFrames.map(({element, url}) => | ||
@@ -97,0 +95,0 @@ doProcessPage(element.contentDocument, url), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3863339
89573