update selection test with null selection being invalid

This commit is contained in:
MinRK 2014-02-04 14:40:10 -08:00
parent 5823b875eb
commit cc791f2a56

View File

@ -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(