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:
Alf Eaton
2022-10-18 09:46:53 +01:00
committed by Copybot
parent 069cdce350
commit bc5c1bc4e7

View File

@@ -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'),
},
}