diff --git a/server-ce/test/sandboxed-compiles.spec.ts b/server-ce/test/sandboxed-compiles.spec.ts index 2599e848e6..aef85bb25d 100644 --- a/server-ce/test/sandboxed-compiles.spec.ts +++ b/server-ce/test/sandboxed-compiles.spec.ts @@ -294,11 +294,11 @@ describe('SandboxedCompiles', function () { cy.log('wait for compile') cy.findByRole('region', { name: 'PDF preview' }).findByText('sandboxed') - cy.log('Check which compiler version was used, expect 2025') + cy.log('Check which compiler version was used, expect 2026') cy.findByRole('button', { name: 'View logs' }).click() cy.findByLabelText('Raw logs from the LaTeX compiler').within(() => { cy.findByRole('button', { name: 'Expand' }).click() - cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2025\) /) + cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2026\) /) }) cy.log('Check that there is no TeX Live version toggle')