config and more files
parent
75a4d0d42b
commit
cfd76e7c90
@ -0,0 +1,11 @@
|
||||
import editor from '../selectors/editor.sel'
|
||||
|
||||
describe.skip('Article', () => {
|
||||
beforeEach(() => {
|
||||
login()
|
||||
visit('/editor')
|
||||
})
|
||||
|
||||
it('can create a new article', () => {
|
||||
})
|
||||
})
|
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
Cypress.Commands.add('login', (email = 'email', password = 'pass') => {
|
||||
//todo
|
||||
})
|
Loading…
Reference in New Issue