Show More
@@ -122,7 +122,6 casper.notebook_test(function () { | |||||
122 | this.wait(500); // Wait for change to execute in kernel |
|
122 | this.wait(500); // Wait for change to execute in kernel | |
123 |
|
123 | |||
124 | index = this.append_cell( |
|
124 | index = this.append_cell( | |
125 | 'print(selection.value)\n' + |
|
|||
126 | 'for widget in selection:\n' + |
|
125 | 'for widget in selection:\n' + | |
127 | ' widget.values.append("z")\n' + |
|
126 | ' widget.values.append("z")\n' + | |
128 | ' widget.send_state()\n' + |
|
127 | ' widget.send_state()\n' + |
General Comments 0
You need to be logged in to leave comments.
Login now