mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: update cypress element getter
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user