Merge pull request #22440 from overleaf/msm-fix-templates-e2e

[SP] Fix templates tests

GitOrigin-RevId: b63279161db2da2c5b482ea61ae3968497e7c1e0
This commit is contained in:
Miguel Serrano
2024-12-10 18:20:30 +01:00
committed by Copybot
parent f42ccd67f7
commit 0490a4bab2

View File

@@ -203,6 +203,7 @@ describe('Templates', () => {
.click()
cy.findAllByText('All Templates')
.first()
.parent()
.should('have.attr', 'href', '/templates/all')
})
})