mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
test(standalone): add e2e files for init on the standalone tests
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
const { register, navigate } = require('../../../../../scripts/e2e');
|
||||
|
||||
describe('segment/standalone', () => {
|
||||
|
||||
register('should init', navigate('http://localhost:3333/src/components/segment/test/standalone'));
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user