mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
uncomment other tests, testing work mostly complete
This commit is contained in:
parent
5a425d7e69
commit
75509ce96e
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
/*
|
|
||||||
describe('Page Up/Down', function () {
|
describe('Page Up/Down', function () {
|
||||||
beforeEach(function (cb) {
|
beforeEach(function (cb) {
|
||||||
helper.newPad({
|
helper.newPad({
|
||||||
|
@ -296,7 +295,6 @@ describe('Viewport based Page Up/Down', function () {
|
||||||
await helper.waitForPromise(() => currentLineNumber < 5);
|
await helper.waitForPromise(() => currentLineNumber < 5);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
describe('Shift Page Up/Down', function () {
|
describe('Shift Page Up/Down', function () {
|
||||||
beforeEach(function (cb) {
|
beforeEach(function (cb) {
|
||||||
helper.newPad({
|
helper.newPad({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue