mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
tests: Re-enable import/export test that is now working
This commit is contained in:
parent
54a3dbb9a0
commit
906b2624ed
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ const testImports = {
|
|||
input: '<html><body><ul> <li>FOO</li></ul></body></html>',
|
||||
expectedHTML: '<!DOCTYPE HTML><html><body><ul class="bullet"><li>FOO</ul><br></body></html>',
|
||||
expectedText: '\t* FOO\n\n',
|
||||
disabled: true,
|
||||
},
|
||||
'prefixcorrectlinenumber': {
|
||||
input: '<html><body><ol><li>should be 1</li><li>should be 2</li></ol></body></html>',
|
||||
|
|
Loading…
Reference in a new issue