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 : {