mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 12:03:21 +00:00
select styles tab for snapshot
This commit is contained in:
parent
f551156241
commit
c75cbd0448
@ -103,6 +103,9 @@ test.describe('Flexible Layout styling @a11y', () => {
|
||||
await page.getByRole('button', { name: 'Save' }).click();
|
||||
await page.getByRole('listitem', { name: 'Save and Finish Editing' }).click();
|
||||
|
||||
// Select styles tab
|
||||
await page.getByRole('tab', { name: 'Styles' }).click();
|
||||
|
||||
await percySnapshot(
|
||||
page,
|
||||
`Saved Styled Flex Layout with Styled StackedPlot (theme: '${theme}')`
|
||||
|
Loading…
x
Reference in New Issue
Block a user