diff --git a/packages/core/src/components/button/test/expand/e2e.js b/packages/core/src/components/button/test/expand/e2e.js new file mode 100644 index 0000000000..08df3effa8 --- /dev/null +++ b/packages/core/src/components/button/test/expand/e2e.js @@ -0,0 +1,7 @@ +const { register, navigate } = require('../../../../../scripts/e2e'); + +describe('button: expand', () => { + + register('navigates', navigate('http://localhost:3333/src/components/button/test/expand')); + +}); diff --git a/packages/core/src/components/button/test/expand/index.html b/packages/core/src/components/button/test/expand/index.html new file mode 100644 index 0000000000..6ba07e8d8e --- /dev/null +++ b/packages/core/src/components/button/test/expand/index.html @@ -0,0 +1,47 @@ + + + + + Button - Expand + + + + + + + + + Button - Expand + + + + +

+ Block + Full +

+

+ Block + Outline + Full + Outline +

+

+ Block + Clear + Full + Clear +

+

+ Block + Small + Full + Small +

+

+ Block + Large + Full + Large +

+

+ Block + Round + Full + Round +

+
+
+
+ +