mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Fix JS test new button selector
This commit is contained in:
parent
9e3b18605a
commit
6e86c7645b
@ -13,7 +13,8 @@ casper.open_new_notebook = function () {
|
||||
var baseUrl = this.get_notebook_server();
|
||||
this.start(baseUrl);
|
||||
this.waitFor(this.page_loaded);
|
||||
this.thenClick('button#new_notebook');
|
||||
this.thenClick('#kernel-python2 a, #kernel-python3 a');
|
||||
|
||||
this.waitForPopup('');
|
||||
|
||||
this.withPopup('', function () {this.waitForSelector('.CodeMirror-code');});
|
||||
|
Loading…
x
Reference in New Issue
Block a user