diff --git a/cypress/pages/WelcomePage.ts b/cypress/pages/WelcomePage.ts index 3b81a14..de3cb36 100644 --- a/cypress/pages/WelcomePage.ts +++ b/cypress/pages/WelcomePage.ts @@ -1,7 +1,7 @@ class WelcomePage { successMessage: string = '.flash.success' WelcomeHeader: string = '.subheader' - logoutBtn: string = 'a[href="/logout"]' + logoutBtn: string = 'a[href="/logoutTEST"]' } export const welcomePage = new WelcomePage()