make test fail for testing

This commit is contained in:
mahula 2024-02-23 19:45:37 +01:00
parent d68e9c3bac
commit 4f54062882

View File

@ -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()