From 08fd1e13ee55d8397c30dfa90faef306f2c4c871 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Tue, 28 Nov 2017 15:42:42 -0600 Subject: [PATCH] test(button) add expand e2e test --- .../src/components/button/test/expand/e2e.js | 7 +++ .../components/button/test/expand/index.html | 47 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 packages/core/src/components/button/test/expand/e2e.js create mode 100644 packages/core/src/components/button/test/expand/index.html 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 +

+
+
+
+ +