mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Fix test for selection widgets
This commit is contained in:
parent
4017c7b27a
commit
16d9fa92e8
@ -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' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user