This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
step-6: Error: Expected undefined to be '/phones/nexus-s' #229
Comments
Step-7 has similar problems. |
Upgrading AngularJS to 1.3.11 solves this problem. |
still a problem with 1.3.15
|
removed working directory and rechecked out with: git clone --depth=14 https://github.com/angular/angular-phonecat.git somehow everything works now for step 6 and 7 I notice that if you leave karma running during: i.e. git checkout -f step-7 it will fail However if you kill it an rerun everything tests successful. |
Still having this problem with 1.3.16 |
Me too. I'm using AngularJS 1.3.16, need |
I also needed to change it to |
confirming aforementioned: change it to |
kaiserk
pushed a commit
to kaiserk/angular-phonecat
that referenced
this issue
Nov 3, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In step-6, when running
npm run protractor
, there is the following error:The fix is to change
expect(url.split('#')[1]).toBe('/phones/nexus-s');
toexpect(url).toBe('/phones/nexus-s');
.Angular version is 1.3.10. I am using a Ubuntu 14.04 box.
The text was updated successfully, but these errors were encountered: