mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Remove debugging code from pdf-preview tests (#6866)
GitOrigin-RevId: 6ae924d112bfceaaecfe41cbac9e9cb3743a58f7
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user