File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,11 @@ module.exports = {
34
34
. url ( 'http://localhost:8080/hash-mode/#/%C3%A9' )
35
35
. waitForElementVisible ( '#app' , 1000 )
36
36
. assert . containsText ( '.view' , 'unicode' )
37
- . end ( )
38
37
39
38
// check hash placed correctly
40
39
. url ( 'http://localhost:8080/hash-mode/foo?page=123' )
41
40
. waitForElementVisible ( '#app' , 1000 )
42
41
. assert . urlEquals ( 'http://localhost:8080/hash-mode/#/foo?page=123' )
43
- . assert . count ( 'li' , 4 )
44
- . assert . count ( 'li a' , 3 )
45
- . assert . attributeContains ( 'li:nth-child(1) a' , 'href' , '/hash-mode/#/' )
46
- . assert . attributeContains ( 'li:nth-child(2) a' , 'href' , '/hash-mode/#/foo' )
47
- . assert . attributeContains ( 'li:nth-child(3) a' , 'href' , '/hash-mode/#/bar' )
48
42
. assert . containsText ( '.view' , 'foo' )
49
43
. end ( )
50
44
}
You can’t perform that action at this time.
0 commit comments