percy / percy-ember

Ember addon for visual regression testing with Percy

Home Page:https://docs.percy.io/docs/ember

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect snapshotRoot when using an element as the scope

wwilsman opened this issue · comments

The change here causes snapshotRoot to be an empty jQuery object when using an element as the scope option.

This happens because the element is a child of the original DOM and therefore not found in the testingContainer copy.

Heh 👋

No longer valid since you pass a selector now 👍