From b9afc58a0094062f73002cb10230e094d49ea81e Mon Sep 17 00:00:00 2001 From: Matt Goo Date: Wed, 19 Sep 2018 17:13:42 -0700 Subject: [PATCH 1/2] fix(tab-bar): add missing url from screenshot list --- test/screenshot/screenshot-test-urls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/screenshot/screenshot-test-urls.js b/test/screenshot/screenshot-test-urls.js index db76d1fbc..db2650105 100644 --- a/test/screenshot/screenshot-test-urls.js +++ b/test/screenshot/screenshot-test-urls.js @@ -11,6 +11,7 @@ const urls = [ 'notched-outline', 'select', 'tab', + 'tab-bar', 'tab-indicator', 'tab-scroller', 'text-field', From 5267d6c25a1cfbef67a98a7b63dc6ebde8c45351 Mon Sep 17 00:00:00 2001 From: Matt Goo Date: Wed, 19 Sep 2018 17:14:22 -0700 Subject: [PATCH 2/2] WIP: add to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 62e6fd063..cc0dbe702 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "ripple", "top-app-bar", "tab", + "tab-bar", "tab-scroller", "infrastructure", "tab-indicator",