mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Update responsiveness.js
This commit is contained in:
parent
754aa8363b
commit
4e38c5714f
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ describe('Responsiveness of Editor', function () {
|
|||
while (i < numberOfEdits) {
|
||||
// Put the text contents into the pad
|
||||
// intentional white space at end of string
|
||||
helper.padInner$('div').last().sendkeys('{rightarrow}');
|
||||
helper.padInner$('div').last().sendkeys('{rightarrow}');
|
||||
helper.padInner$('div').last().sendkeys('{rightarrow}');
|
||||
helper.padInner$('div').last().sendkeys('{rightarrow}');
|
||||
helper.padInner$('div').last().sendkeys(`${Math.random().toString(36).substring(7)} `);
|
||||
// wait 1500 milliseconds to simulate 40wpm
|
||||
await wait(1500);
|
||||
|
|
Loading…
Reference in a new issue