mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +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 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');
|
||||||
|
|||||||
Reference in New Issue
Block a user