You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling either ComponentTester.waitForElement or waitForElements causes the following error:
ReferenceError: waitFor is not defined
at ComponentTester.waitForElement (jspm_packages/npm/aurelia-testing@1.0.0-beta.3.0.0/component-tester.js:156:14)
This is due to a missing import:
import {waitFor} from './wait';
What is the expected behavior?
Both functions work properly.
What is the motivation / use case for changing the behavior?
It's an error.
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.0.0-beta.3.0.0
Please tell us about your environment:
Operating System:
OSX 10.x
Node Version:
7.7.2
NPM Version:
4.1.2
JSPM 0.16.53
Browser:
all
Language:
all
Current behavior:
Calling either
ComponentTester.waitForElement
orwaitForElements
causes the following error:This is due to a missing import:
Both functions work properly.
It's an error.
The text was updated successfully, but these errors were encountered: