feat:add image test case

This commit is contained in:
Hufe921
2022-03-16 19:20:32 +08:00
parent 6de0ee8e64
commit 3896b86b5d
6 changed files with 37 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
import 'cypress-file-upload'
Cypress.Commands.add('getEditor', () => {
return cy.window().its('editor')
})