mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02: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:
@@ -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'),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user