openmct/e2e/.percy.nightly.yml
Jesse Mazzella 1f7dd12315
cherry-pick(#5585): Light refactor of visual tests (#7044)
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-09-11 15:02:25 -07:00

18 lines
414 B
YAML

version: 2
snapshot:
widths: [1024, 2000]
min-height: 1440 # px
percyCSS: |
.t-indicator-clock > .label {
opacity: 0 !important;
}
.c-input--datetime {
opacity: 0 !important;
}
div.c-conductor-axis.c-conductor__ticks > svg {
opacity: 0 !important;
}
div.c-inspector__properties.c-inspect-properties > ul > li:nth-child(3) {
display: none !important;
}