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

Default

+

Outline

+

Clear

+

Block

+

Full

+

Strong

+
+
+
+ +