From 800062d37e937a3f1e840e95750042bd48ad5238 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Thu, 2 Feb 2023 15:50:37 -0800 Subject: [PATCH] fix: remove 1px padding and re-enable autoscale snapshot test (#6271) * style: remove 1px padding from plot legend item * test: re-enable autoscale snapshot test --- e2e/tests/functional/plugins/plot/autoscale.e2e.spec.js | 2 +- src/styles/_legacy-plots.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/tests/functional/plugins/plot/autoscale.e2e.spec.js b/e2e/tests/functional/plugins/plot/autoscale.e2e.spec.js index 3a1e4e20d6..fb9a2e2a73 100644 --- a/e2e/tests/functional/plugins/plot/autoscale.e2e.spec.js +++ b/e2e/tests/functional/plugins/plot/autoscale.e2e.spec.js @@ -32,7 +32,7 @@ test.use({ } }); -test.fixme('ExportAsJSON', () => { +test.describe('ExportAsJSON', () => { test('User can set autoscale with a valid range @snapshot', async ({ page, openmctConfig }) => { const { myItemsFolderName } = openmctConfig; diff --git a/src/styles/_legacy-plots.scss b/src/styles/_legacy-plots.scss index 3a67c6e253..a13339036f 100644 --- a/src/styles/_legacy-plots.scss +++ b/src/styles/_legacy-plots.scss @@ -664,7 +664,6 @@ mct-plot { border-radius: $smallCr; display: flex; justify-content: stretch; - padding: 1px; .plot-series-swatch-and-name, .plot-series-value {