let tests run

page-down-up-bugfix
John McLear 2021-01-01 21:09:24 +00:00
parent e4404d702e
commit 8300909369
1 changed files with 0 additions and 2 deletions

View File

@ -300,7 +300,6 @@ describe('Viewport based Page Up/Down', function () {
});
});
/*
describe('Shift Page Up/Down', function () {
beforeEach(function (cb) {
helper.newPad({
@ -391,4 +390,3 @@ describe('Shift Page Up/Down', function () {
await helper.waitForPromise(() => helper.padInner$.document.getSelection().type === 'Range');
});
});
*/