fix test
This commit is contained in:
parent
befc1e6d1a
commit
d42d728681
1 changed files with 8 additions and 8 deletions
|
|
@ -78,7 +78,7 @@ o.spec("route", function() {
|
||||||
callAsync(function() {
|
callAsync(function() {
|
||||||
o(root.firstChild.nodeName).equals("DIV")
|
o(root.firstChild.nodeName).equals("DIV")
|
||||||
|
|
||||||
o($window.location.pathname).equals("/a")
|
o(route.get()).equals("/a")
|
||||||
|
|
||||||
$window.history.back()
|
$window.history.back()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue