mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Fix the new deprecated names test
This commit is contained in:
parent
4b0aa51ce7
commit
dd57cded75
@ -91,8 +91,8 @@ casper.notebook_test(function () {
|
||||
}, {guid: guid});
|
||||
});
|
||||
|
||||
that.then(function(guid) {
|
||||
this.test.assertEquals(this.evaluate(function() {
|
||||
that.then(function() {
|
||||
this.test.assertEquals(this.evaluate(function(guid) {
|
||||
return window[guid];
|
||||
}, {guid: guid}), true, name + ' can be loaded directly with requirejs');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user