From 2bb4f5088bd994287ffb805efa8a112d9a46bb28 Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:39:56 +0800 Subject: [PATCH] chore: update cypress element getter --- apps/ligo-virgo-e2e/src/support/app.po.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');