mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
test: improve help-menu e2e test stability (#6489)
This commit is contained in:
committed by
GitHub
parent
a7ab3f375e
commit
45fa1aaf02
@@ -26,7 +26,8 @@ test.describe('Help menu', () => {
|
||||
|
||||
test('Check the help menu visuals', async () => {
|
||||
await page.getByRole('button', { name: 'Help' }).click();
|
||||
expect(page.getByText('Keyboard shortcuts')).toBeVisible();
|
||||
await expect(page.locator('[data-popover]')).toBeVisible();
|
||||
await expect(page.getByText('Keyboard shortcuts')).toBeVisible();
|
||||
await expect(page).toMatchThemeScreenshots();
|
||||
await page.keyboard.press('Escape');
|
||||
});
|
||||
|
||||
6
upcoming-release-notes/6489.md
Normal file
6
upcoming-release-notes/6489.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
test: improve help-menu e2e test stability
|
||||
Reference in New Issue
Block a user