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) }) }) })