Show connected host daemon versions on the About page (#1220)

* Show connected host daemon versions on the About page

* Update About E2E assertion for the App version label
This commit is contained in:
Mohamed Boudra
2026-05-29 14:51:53 +08:00
committed by GitHub
parent 38f0560f9b
commit 69d36c76fe
2 changed files with 113 additions and 12 deletions

View File

@@ -156,7 +156,7 @@ export async function expectDiagnosticsContent(page: Page): Promise<void> {
}
export async function expectAboutContent(page: Page): Promise<void> {
await expect(page.getByText("Version", { exact: true }).first()).toBeVisible();
await expect(page.getByText("App version", { exact: true }).first()).toBeVisible();
}
export async function expectGeneralContent(page: Page): Promise<void> {