Remove debugging code from pdf-preview tests (#6866)

GitOrigin-RevId: 6ae924d112bfceaaecfe41cbac9e9cb3743a58f7
This commit is contained in:
Alf Eaton 2022-02-23 10:05:57 +00:00 committed by Copybot
parent 7be97fb2e2
commit bbb9f11c0e

View file

@ -536,7 +536,6 @@ LaTeX Warning: There were undefined references.
})
mockValidPdf()
screen.debug()
renderWithEditorContext(<PdfPreview />, { scope })
await screen.findByText(
@ -549,7 +548,6 @@ LaTeX Warning: There were undefined references.
const hints = await screen.findAllByText(
/You have referenced something which has not yet been labelled/
)
console.log('hints', hints)
expect(hints.length).to.equal(3)
})
@ -572,7 +570,6 @@ Package rerunfilecheck Info: Checksums for \`output.brf':
})
mockValidPdf()
screen.debug()
renderWithEditorContext(<PdfPreview />, { scope })
await screen.findByText(