mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-19 19:14:02 +00:00
Merge pull request #9981 from overleaf/ae-cypress-tweaks
Use more built-in assertions in Cypress tests GitOrigin-RevId: e89a324cf4357383b484d0bebaf43862c1d21329
This commit is contained in:
parent
57fb1545e4
commit
27686264f4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ describe('<PdfLogsEntries/>', function () {
|
|||
findEntityByPath: cy.stub().as('findEntityByPath').returns(fakeEntity),
|
||||
},
|
||||
editorManager: {
|
||||
openDoc: cy.stub().as('openDoc'),
|
||||
openDoc: cy.spy().as('openDoc'),
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue