Renamed everything from MultiShop to Props.
This commit is contained in:
8
Props/client/tests/e2e/specs/app.spec.js
Normal file
8
Props/client/tests/e2e/specs/app.spec.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const App = require('../pageobjects/app.page')
|
||||
|
||||
describe('Vue.js app', () => {
|
||||
it('should open and render', () => {
|
||||
App.open()
|
||||
expect(App.heading).toHaveText('Welcome to Your Vue.js App')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user