mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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) {
|
while (i < numberOfEdits) {
|
||||||
// Put the text contents into the pad
|
// Put the text contents into the pad
|
||||||
// intentional white space at end of string
|
// 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)} `);
|
helper.padInner$('div').last().sendkeys(`${Math.random().toString(36).substring(7)} `);
|
||||||
// wait 1500 milliseconds to simulate 40wpm
|
// wait 1500 milliseconds to simulate 40wpm
|
||||||
await wait(1500);
|
await wait(1500);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue