mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #22492 from overleaf/msm-fix-flaky-e2e-jpg-preview
[SP] Wait for document being rendered before editor tests GitOrigin-RevId: 4afa9b7d225ff19e6c10b061de4eef076bcd9a5d
This commit is contained in:
@@ -187,6 +187,7 @@ describe('editor', () => {
|
||||
createProject(`project-${uuid()}`, { type: 'Example Project' })
|
||||
// wait until the main document is rendered
|
||||
cy.findByText(/Loading/).should('not.exist')
|
||||
cy.findByText(/Your Paper/)
|
||||
})
|
||||
|
||||
it('renders jpg', () => {
|
||||
|
||||
Reference in New Issue
Block a user