import editor from '../selectors/editor.sel' describe.skip('Article', () => { beforeEach(() => { login() visit('/editor') }) it('can create a new article', () => { }) })