UNPKG

weather-bar-app

Version:

Weather Bar is a Weather Application that lives in your Menu Bar giving you beautiful access to real-time weather conditions and a generous 15-day forecast.

14 lines (11 loc) 318 B
import utils from '../utils' describe('Launch', function () { beforeEach(utils.beforeEach) afterEach(utils.afterEach) it('shows the proper application title', function () { return this.app.client.getTitle() .then(title => { expect(title).to.equal('Weather Bar') }) }) })