mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[server-pro] TeXLive 2025 has been released (#24285)
* [server-pro] TeXLive 2025 has been released * [server-ce] bump copyright year in README GitOrigin-RevId: ece909181b96f25250559cf387c19cd87bb48097
This commit is contained in:
@@ -73,4 +73,4 @@ Please see the [CONTRIBUTING](CONTRIBUTING.md) file for information on contribut
|
|||||||
|
|
||||||
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the [`LICENSE`](LICENSE) file.
|
The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the [`LICENSE`](LICENSE) file.
|
||||||
|
|
||||||
Copyright (c) Overleaf, 2014-2024.
|
Copyright (c) Overleaf, 2014-2025.
|
||||||
|
|||||||
@@ -204,9 +204,9 @@ describe('SandboxedCompiles', function () {
|
|||||||
cy.log('wait for compile')
|
cy.log('wait for compile')
|
||||||
cy.get('.pdf-viewer').should('contain.text', 'sandboxed')
|
cy.get('.pdf-viewer').should('contain.text', 'sandboxed')
|
||||||
|
|
||||||
cy.log('Check which compiler version was used, expect 2024')
|
cy.log('Check which compiler version was used, expect 2025')
|
||||||
cy.get('[aria-label="View logs"]').click()
|
cy.get('[aria-label="View logs"]').click()
|
||||||
cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2024\) /)
|
cy.findByText(/This is pdfTeX, Version .+ \(TeX Live 2025\) /)
|
||||||
|
|
||||||
cy.log('Check that there is no TeX Live version toggle')
|
cy.log('Check that there is no TeX Live version toggle')
|
||||||
cy.get('header').findByText('Menu').click()
|
cy.get('header').findByText('Menu').click()
|
||||||
|
|||||||
Reference in New Issue
Block a user