Renamed everything from MultiShop to Props.
This commit is contained in:
15
Props/client/tests/e2e/pageobjects/app.page.js
Normal file
15
Props/client/tests/e2e/pageobjects/app.page.js
Normal file
@@ -0,0 +1,15 @@
|
||||
class App {
|
||||
/**
|
||||
* elements
|
||||
*/
|
||||
get heading () { return $('h1') }
|
||||
|
||||
/**
|
||||
* methods
|
||||
*/
|
||||
open (path = '/') {
|
||||
browser.url(path)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = new App()
|
Reference in New Issue
Block a user