chore(e2e) rename tests to match v3 master (#13609)

This commit is contained in:
Cam Wiegert
2017-12-07 15:49:15 -06:00
committed by GitHub
parent c47a796d2b
commit a067d167d3
48 changed files with 95 additions and 95 deletions

View File

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