Skip to content

Instantly share code, notes, and snippets.

@mario8x
mario8x / login.js
Last active June 6, 2016 12:06
Can't load module babel-polypill
import Page from './page'
import DevicesPage from './devices'
const defaultElements = {
usernameTxt: '#app form input[name="emailOrUsername"]',
passwordTxt: '#app form input[name="password"]',
loginBtn: '#app form button',
profileBtn: '//*[@id="app"]/div/div[1]/div/div[2]/div[1]/div[2]/div/div[2]/button'
}