Restore USB support bundle export on tools page

This commit is contained in:
Mikhail Chusavitin
2026-04-03 09:48:22 +03:00
parent eea2591bcc
commit 7f6386dccc
2 changed files with 82 additions and 66 deletions

View File

@@ -395,6 +395,12 @@ func TestToolsPageRendersRestartGPUDriversButton(t *testing.T) {
if !strings.Contains(body, `id="boot-source-text"`) {
t.Fatalf("tools page missing boot source field: %s", body)
}
if !strings.Contains(body, `Export to USB`) {
t.Fatalf("tools page missing export to usb section: %s", body)
}
if !strings.Contains(body, `Support Bundle</button>`) {
t.Fatalf("tools page missing support bundle usb button: %s", body)
}
}
func TestViewerRendersLatestSnapshot(t *testing.T) {