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 57fb1545e4
commit 27686264f4

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