This commit is contained in:
2025-10-21 15:46:28 +01:00
parent cfe8a57a9d
commit aa28a43347
4 changed files with 136 additions and 246 deletions

View File

@@ -77,15 +77,15 @@ namespace AiQ_GUI
{
foreach (int ShuffleOrder in Shuffle())
{
switch (ShuffleOrder)
{
case 0:
case 0:
if (!await MainForm.Instance.DisplayQuestion("Is the sleeve aligned correctly?"))
{
await MainForm.Instance.TestFailed(Btn, "Visual Test Fail - Sleeve not aligned");
}
}
break;
case 1:
if (!await MainForm.Instance.DisplayQuestion("Are all the screws fitted in the front?"))
@@ -101,7 +101,7 @@ namespace AiQ_GUI
break;
case 3:
if (await MainForm.Instance.DisplayQuestion("Shake unit, does it rattle?"))
{
{
await MainForm.Instance.TestFailed(Btn, "Visual Test Fail - Unit rattles");
}
break;