Skip to content

Commit

Permalink
test(missionStatus): fix visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Mar 5, 2024
1 parent 910b683 commit b7628e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/visual-a11y/missionStatus.visual.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test.describe('Mission Status Visual Tests @a11y', () => {
// dismiss role confirmation popup
await page.getByRole('button', { name: 'Dismiss' }).click();
await page.getByLabel('Collapse Inspect Pane').click();
await page.getByLabel('Click to collapse items').click();
await page.getByLabel('Collapse Browse Pane').click();
});
test('Mission status panel', async ({ page, theme }) => {
await page.getByLabel('Toggle Mission Status Panel').click();
Expand Down

0 comments on commit b7628e7

Please sign in to comment.