-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Without the coverage loader:
× node - EventProxy - #getElementTextPath (0.002s)
AssertionError: expected 'BODY[1][normalize-space(string())="Hello, world"]' to equal '/HTML/BODY[1][normalize-space(string())="Hello, world"]'
at Test.#getElementTextPath [as test] <webpack:/tests/unit/EventProxy.ts:202:11>
at <src/lib/Test.ts:260:47>
With the coverage loader:
× node - EventProxy - #getElementTextPath (0.002s)
AssertionError: expected 'BODY[1][normalize-space(string())="Hello, world"]' to equal '/HTML/BODY[1][normalize-space(string())="Hello, world"]'
at Test.#getElementTextPath [as test] <webpack:/tests/unit/EventProxy.ts:1:32180>
at <src/lib/Test.ts:260:47>
Note the source locations in tests/unit/EventProxy.ts.
Reactions are currently unavailable