test(standalone): add e2e files for init on the standalone tests

This commit is contained in:
Brandy Carney
2017-12-08 14:08:33 -05:00
parent 2ebdb366b9
commit 6c302a05c5
36 changed files with 324 additions and 0 deletions

View File

@ -0,0 +1,9 @@
const { register, navigate } = require('../../../../../scripts/e2e');
describe('slides/standalone', () => {
register('should init', navigate('http://localhost:3333/src/components/slides/test/standalone'));
});