mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Make message throttling test easier to debug
This commit is contained in:
parent
5ee06cd27c
commit
c9f3c8e073
@ -118,7 +118,7 @@ casper.notebook_test(function () {
|
||||
'.my-throttle-textbox'), 'Textbox exists.');
|
||||
|
||||
// Send 20 characters
|
||||
this.sendKeys('.my-throttle-textbox input', '....................');
|
||||
this.sendKeys('.my-throttle-textbox input', '12345678901234567890');
|
||||
});
|
||||
|
||||
this.wait_for_widget(textbox);
|
||||
|
Loading…
Reference in New Issue
Block a user