From 72e59abb8049fbe8b7d531ea99f1925bade655de Mon Sep 17 00:00:00 2001 From: Kaelig Date: Mon, 3 Jun 2019 20:33:03 -0700 Subject: [PATCH 1/2] Test Card individually in Percy --- .storybook/stories-from-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/stories-from-readme.js b/.storybook/stories-from-readme.js index 04cb7474879..23b0455da84 100644 --- a/.storybook/stories-from-readme.js +++ b/.storybook/stories-from-readme.js @@ -11,7 +11,7 @@ import Playground from '../playground/Playground'; * overlay each other as it stops the test being useful. */ function percyShouldTestIndividualExamples(readmeName) { - return ['Modal'].includes(readmeName); + return ['Modal', 'Card'].includes(readmeName); } export function generateStories(readme, readmeModule) { From 5b34498a74718893530b9223d16adca4e9a6cb88 Mon Sep 17 00:00:00 2001 From: Kaelig Deloumeau-Prigent Date: Mon, 3 Jun 2019 20:36:34 -0700 Subject: [PATCH 2/2] Update UNRELEASED.md --- UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index 694cd39386c..f994f1781e0 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -43,6 +43,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f - Made the a11y test that runs in CI fail if it finds any issues ([#1564](https://github.com/Shopify/polaris-react/pull/1564)) - Updated Storybook to `v5.1.0-rc.4` ([#1616](https://github.com/Shopify/polaris-react/pull/1616)) +- Fixed a visual regression testing issue with the Card component ([#1618](https://github.com/Shopify/polaris-react/pull/1618)) ### Dependency upgrades