File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ <h2 id="qunit-userAgent"></h2>
2828< ol id ="qunit-tests ">
2929</ ol >
3030
31+ < div id ="harmless-default-page " data-nstest-role ="page ">
32+ </ div >
33+
3134< div id ="foo " data-nstest-role ="page " class ="foo-class ">
3235 < a href ="#bar " data-nstest-transition ="flip "> </ a >
3336</ div >
Original file line number Diff line number Diff line change 66 expect ( 2 ) ;
77
88 $ . testHelper . pageSequence ( [
9+ function ( ) {
10+ // reset before each test, all tests expect original page
11+ // for relative urls
12+ $ . testHelper . openPage ( "#/tests/unit/navigation/" ) ;
13+ } ,
14+
915 // open our test page
1016 function ( ) {
1117 $ . testHelper . openPage ( "#pathing-tests" ) ;
2531 // verify that the page has changed and the expected text value is present
2632 function ( ) {
2733 same ( $ . mobile . activePage . find ( ".test-value" ) . text ( ) , expectedTextValue ) ;
28- $ . testHelper . openPage ( "#pathing-tests-reset" ) ;
29- } ,
30-
31- function ( ) {
3234 start ( ) ;
3335 }
3436 ] ) ;
6163 //Doc relative tests
6264 module ( "document relative paths" ) ;
6365
64- asyncTest ( "file reference no nesting" , function ( ) {
66+ asyncTest ( "file reference no nesting" , function ( ) {
6567 testPageLoad ( "#doc-rel-test-one" , "doc rel test one" ) ;
6668 } ) ;
6769
You can’t perform that action at this time.
0 commit comments