Clarify the file inspection action

This commit is contained in:
vorotamoroz
2026-07-26 12:44:36 +00:00
parent 12061b7bf3
commit da4b188b38
7 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -797,7 +797,7 @@ async function verifyHatchSurfacesAndSafeActions(): Promise<string> {
state: "visible",
timeout: uiTimeoutMs,
});
await liveSyncSettings.getByRole("button", { name: "Scan all files", exact: true }).waitFor({
await liveSyncSettings.getByRole("button", { name: "Begin inspection", exact: true }).waitFor({
state: "visible",
timeout: uiTimeoutMs,
});
@@ -918,7 +918,7 @@ async function verifyHatchSurfacesAndSafeActions(): Promise<string> {
await page
.locator(".sls-setting:visible")
.last()
.getByRole("button", { name: "Scan all files", exact: true })
.getByRole("button", { name: "Begin inspection", exact: true })
.click({
timeout: uiTimeoutMs,
});