Fix test for selection widgets

This commit is contained in:
Jonathan Frederic 2014-01-15 15:37:13 +00:00
parent 4017c7b27a
commit 16d9fa92e8

View File

@ -122,7 +122,6 @@ casper.notebook_test(function () {
this.wait(500); // Wait for change to execute in kernel
index = this.append_cell(
'print(selection.value)\n' +
'for widget in selection:\n' +
' widget.values.append("z")\n' +
' widget.send_state()\n' +