mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
update selection test with null selection being invalid
This commit is contained in:
parent
5823b875eb
commit
cc791f2a56
@ -76,7 +76,7 @@ casper.notebook_test(function () {
|
||||
'Widget list exists.');
|
||||
|
||||
// Verify that no items are selected.
|
||||
this.test.assert(verify_selection(this, -1), 'No items selected.');
|
||||
this.test.assert(verify_selection(this, 0), 'Default first item selected.');
|
||||
});
|
||||
|
||||
index = this.append_cell(
|
||||
|
Loading…
Reference in New Issue
Block a user