mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
export const getTitle = () => cy.get('span[title]');
|
|
export const getDoc = () => cy.contains('Paper');
|
|
export const getBoard = () => cy.contains('Edgeless');
|