mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
changed test to reflect new id
This commit is contained in:
parent
f5d59ca004
commit
9b9c19186d
@ -25,7 +25,7 @@ casper.notebook_test(function () {
|
|||||||
this.waitForPopup('');
|
this.waitForPopup('');
|
||||||
this.withPopup('', function () {
|
this.withPopup('', function () {
|
||||||
this.thenEvaluate(function () {
|
this.thenEvaluate(function () {
|
||||||
$('#kill_and_exit').click();
|
$('#close_and_halt').click();
|
||||||
});
|
});
|
||||||
|
|
||||||
this.thenEvaluate(function () {
|
this.thenEvaluate(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user