merge master

This commit is contained in:
lilong.129
2025-05-26 14:53:36 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ func (dExt *XTDriver) DoValidation(check, assert, expected string, message ...st
case option.SelectorOCR:
err = dExt.assertOCR(expected, assert)
case option.SelectorAI:
err = dExt.AIAssert(assert)
err = dExt.AIAssert(expected)
case option.SelectorForegroundApp:
err = dExt.assertForegroundApp(expected, assert)
case option.SelectorSelector: