chore: update cypress element getter

This commit is contained in:
lawvs
2022-08-09 11:39:56 +08:00
parent 808a31f19e
commit 2bb4f5088b

View File

@@ -1,3 +1,3 @@
export const getTitle = () => cy.get('span[title]'); export const getTitle = () => cy.get('span[title]');
export const getDoc = () => cy.contains('Doc'); export const getDoc = () => cy.contains('Paper');
export const getBoard = () => cy.contains('Board'); export const getBoard = () => cy.contains('Edgeless');