##// END OF EJS Templates
Fix JS test new button selector
Jonathan Frederic -
Show More
@@ -13,7 +13,8 b' casper.open_new_notebook = function () {'
13 var baseUrl = this.get_notebook_server();
13 var baseUrl = this.get_notebook_server();
14 this.start(baseUrl);
14 this.start(baseUrl);
15 this.waitFor(this.page_loaded);
15 this.waitFor(this.page_loaded);
16 this.thenClick('button#new_notebook');
16 this.thenClick('#kernel-python2 a, #kernel-python3 a');
17
17 this.waitForPopup('');
18 this.waitForPopup('');
18
19
19 this.withPopup('', function () {this.waitForSelector('.CodeMirror-code');});
20 this.withPopup('', function () {this.waitForSelector('.CodeMirror-code');});
General Comments 0
You need to be logged in to leave comments. Login now