diff --git a/tests/backend/specs/contentcollector.js b/tests/backend/specs/contentcollector.js index 83417966d..04970d74d 100644 --- a/tests/backend/specs/contentcollector.js +++ b/tests/backend/specs/contentcollector.js @@ -78,12 +78,6 @@ const tests = { expectedText: ['*should be 1', 'hello', '*should be 1', '*should be 2', ''], noteToSelf: "Shouldn't include attribute marker in the

line", }, - bulletListInOL: { - description: 'A bullet within an OL should not change numbering..', - html: '

  1. should be 1
  2. should be 2

', - expectedLineAttribs: ['*0*1*2*3+1+b', '*0*4*2*3+1+i', '*0*1*2*5+1+b', ''], - expectedText: ['*should be 1', '*should be a bullet', '*should be 2', ''], - }, testP: { description: 'A single

should create a new line', html: '

',