Skip to content

Commit 3143581

Browse files
committed
frontend: fix tests
1 parent c83a895 commit 3143581

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/tests/basic.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ test('password change dialog validation', async ({ page }) => {
108108
await page.getByRole('textbox', { name: 'New password', exact: true }).fill('ValidPassword123!');
109109
await page.getByRole('dialog').getByRole('button', { name: 'Change password' }).click();
110110
await expect(page.getByText('Passwords do not match')).toBeVisible();
111-
await page.getByRole('button', { name: 'Close' }).click();
112111
});
113112

114113
test('charger lifecycle', async ({ page }) => {

0 commit comments

Comments
 (0)