write some tests

This commit is contained in:
RVKen
2017-06-20 01:53:43 -07:00
parent c553f4587e
commit d53a139e9c
6 changed files with 113 additions and 33 deletions

26
test/e2e/pages/main.js Normal file
View File

@@ -0,0 +1,26 @@
module.exports = {
sections: {
topbar: {
selector: ".topbar",
elements: {
inputBox: {
selector: "input"
},
btnExplore: {
selector: "button"
}
}
},
informationContainer: {
selector: ".information-container",
elements: {
title: {
selector: ".title"
},
version: {
selector: ".version"
}
}
}
}
}