From 8fc9fe2dfc2a50ec53feb395f8a63eb6a3e0888f Mon Sep 17 00:00:00 2001 From: dmt0 Date: Wed, 27 Feb 2019 17:15:30 -0500 Subject: [PATCH] Rename percy snapshots --- src/__percy__/panels.percy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__percy__/panels.percy.js b/src/__percy__/panels.percy.js index 87c941e47..6a78df1b4 100644 --- a/src/__percy__/panels.percy.js +++ b/src/__percy__/panels.percy.js @@ -59,7 +59,7 @@ Object.keys(mocks).forEach(m => { const panelGroup = words[0]; const panelName = words.slice(1, -1).join(' '); - percySnapshot(`${m}_${p}`, {widths: [snapshotWidth]}, () => + percySnapshot(`Panels: ${m}_${p}`, {widths: [snapshotWidth]}, () => panelFixture(panels[p], panelGroup, panelName, mocks[m]) ); });