Files
stf/res/test/e2e/stfAppE2E-spec.js
Gunther Brunner 9239ee57b4 Adding protractor.
2014-06-02 17:49:47 +09:00

12 lines
263 B
JavaScript

describe('stf app', function () {
describe('App', function () {
it('should show a list of devices', function () {
// TODO: let's get rid off the login first
browser.get('http://localhost:7100/')
expect(true).toEqual(true)
})
})
})