diff --git a/packages/core/src/components/button/test/round/e2e.js b/packages/core/src/components/button/test/round/e2e.js new file mode 100644 index 0000000000..8cdfd3b7c9 --- /dev/null +++ b/packages/core/src/components/button/test/round/e2e.js @@ -0,0 +1,7 @@ +const { register, navigate } = require('../../../../../scripts/e2e'); + +describe('button: round', () => { + + register('navigates', navigate('http://localhost:3333/src/components/button/test/round')); + +}); diff --git a/packages/core/src/components/button/test/round/index.html b/packages/core/src/components/button/test/round/index.html new file mode 100644 index 0000000000..23c9707a8a --- /dev/null +++ b/packages/core/src/components/button/test/round/index.html @@ -0,0 +1,29 @@ + + + + + Button - Round + + + + + + + + + Button - Round + + + + +

Default

+

Outline

+

Clear

+

Block

+

Full

+

Strong

+
+
+
+ +