Merge pull request #156 from toeverything/fix/e2e

chore: update cypress element getter
This commit is contained in:
DarkSky
2022-08-09 12:35:24 +08:00
committed by GitHub

View File

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