mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
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
This commit is contained in:
parent
c1e8c7915c
commit
800062d37e
@ -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 }) => {
|
test('User can set autoscale with a valid range @snapshot', async ({ page, openmctConfig }) => {
|
||||||
const { myItemsFolderName } = openmctConfig;
|
const { myItemsFolderName } = openmctConfig;
|
||||||
|
|
||||||
|
@ -664,7 +664,6 @@ mct-plot {
|
|||||||
border-radius: $smallCr;
|
border-radius: $smallCr;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
padding: 1px;
|
|
||||||
|
|
||||||
.plot-series-swatch-and-name,
|
.plot-series-swatch-and-name,
|
||||||
.plot-series-value {
|
.plot-series-value {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user