describe('nested', () => {
        it('bar', () => {
            const start = new Date().getTime()
            return browser.command().then((result) => {
                expect(result).toBe('foo')