diff --git a/apps/ligo-virgo-e2e/src/support/app.po.ts b/apps/ligo-virgo-e2e/src/support/app.po.ts index 4362b3e26b..c2c78ef1f5 100644 --- a/apps/ligo-virgo-e2e/src/support/app.po.ts +++ b/apps/ligo-virgo-e2e/src/support/app.po.ts @@ -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');