class WelcomePage { successMessage: string = '.flash.success' WelcomeHeader: string = '.subheader' logoutBtn: string = 'a[href="/logout"]' } export const welcomePage = new WelcomePage()