test: repair broken tests

This commit is contained in:
2026-04-29 19:05:38 +02:00
parent e1ac1d1bc0
commit b8f6d58d99
6 changed files with 11 additions and 8 deletions

View File

@@ -141,7 +141,7 @@ async function registerUser(page: Page, username: string, displayName: string):
}
async function installGrantAndActivatePlugin(page: Page, installFromStore: boolean): Promise<void> {
await page.getByRole('button', { name: 'Plugins' }).click();
await page.getByRole('button', { name: 'Plugin Store' }).click();
await expect(page).toHaveURL(/\/plugin-store/, { timeout: 20_000 });
await expect(page.getByTestId('plugin-store-page')).toBeVisible({ timeout: 20_000 });