Skip to content

Instantly share code, notes, and snippets.

View mattc41190's full-sized avatar
🐌
there is no effort without error

Matt Cale mattc41190

🐌
there is no effort without error
View GitHub Profile
var Page = require('../base_page')
var SearchView = Object.create(Page, {
/**
* define selector strings
*/
stabSearchboxSelector : {
value : '.stab-searchbox'
},
searchfieldInputSelector : {