From bc7eb304d672f3b09b0b05a3fd4bae860ca7032c Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 30 Nov 2017 15:24:04 -0600 Subject: [PATCH] test(button) add fill e2e test --- .../src/components/button/test/fill/e2e.js | 7 ++ .../components/button/test/fill/index.html | 78 +++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 packages/core/src/components/button/test/fill/e2e.js create mode 100644 packages/core/src/components/button/test/fill/index.html diff --git a/packages/core/src/components/button/test/fill/e2e.js b/packages/core/src/components/button/test/fill/e2e.js new file mode 100644 index 0000000000..9f2630a91e --- /dev/null +++ b/packages/core/src/components/button/test/fill/e2e.js @@ -0,0 +1,7 @@ +const { register, navigate } = require('../../../../../scripts/e2e'); + +describe('button: fill', () => { + + register('navigates', navigate('http://localhost:3333/src/components/button/test/fill')); + +}); diff --git a/packages/core/src/components/button/test/fill/index.html b/packages/core/src/components/button/test/fill/index.html new file mode 100644 index 0000000000..384ad06409 --- /dev/null +++ b/packages/core/src/components/button/test/fill/index.html @@ -0,0 +1,78 @@ + + + + + Button - Fill + + + + + + + + + Button - Fill + + + + +

+ Default + Default.activated +

+

+ Primary + Primary.activated +

+

+ Secondary + Secondary.activated +

+

+ Danger + Danger.activated +

+

+ Light + Light.activated +

+

+ Dark + Dark.activated +

+

+ Disabled +

+ +

+ Default + Default.activated +

+

+ Primary + Primary.activated +

+

+ Secondary + Secondary.activated +

+

+ Danger + Danger.activated +

+

+ Light + Light.activated +

+

+ Dark + Dark.activated +

+

+ Disabled +

+
+
+
+ +