##// END OF EJS Templates
wait for new-notebook button to arrive...
Min RK -
Show More
@@ -13,6 +13,7 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.waitForSelector('#kernel-python2 a, #kernel-python3 a');
16 this.thenClick('#kernel-python2 a, #kernel-python3 a');
17 this.thenClick('#kernel-python2 a, #kernel-python3 a');
17
18
18 this.waitForPopup('');
19 this.waitForPopup('');
General Comments 0
You need to be logged in to leave comments. Login now