Follow-up from "Fix missing VSA request parameters"
The following discussion from !42655 (merged) should be addressed:
-
@markrian started a discussion: suggestion (non-blocking): This snapshot has lots of escaping in it because the test itself is doing
expect(wrapper.html()).toMatchSnapshot()
. Instead, it should be doingexpect(wrapper.element).toMatchSnapshot()
, which produces much more readable snapshots.I'll open a follow-up issue to address this.