mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
WIP - Test Coverage: Import & Export include LibreOffice Test Coverage (#4163)
Runs on Travis Will only run locally is ``allowAnyoneToImport`` and ``soffice`` or ``abiword`` is set.
This commit is contained in:
parent
9d69caa8dc
commit
ab8320d15b
7 changed files with 190 additions and 76 deletions
|
@ -647,7 +647,6 @@ describe('getHTML', function(){
|
|||
api.get(endPoint('getHTML')+"&padID="+testPadId)
|
||||
.expect(function(res){
|
||||
var receivedHtml = res.body.data.html.replace("<br></body>", "</body>").toLowerCase();
|
||||
console.log(receivedHtml);
|
||||
if (receivedHtml !== expectedSpaceHtml) {
|
||||
throw new Error(`HTML received from export is not the one we were expecting.
|
||||
Received:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue