mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
make test fail for testing
This commit is contained in:
parent
d68e9c3bac
commit
4f54062882
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user