Make message throttling test easier to debug

This commit is contained in:
Jason Grout 2015-03-24 20:53:21 +00:00
parent 5ee06cd27c
commit c9f3c8e073

View File

@ -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);