change: make assert msg optional

This commit is contained in:
debugtalk
2022-08-15 21:53:33 +08:00
parent 4dee80977f
commit 7be88ef00d
5 changed files with 139 additions and 83 deletions
+6
View File
@@ -38,6 +38,12 @@ const (
uiLongClick MobileMethod = "long_click"
uiSwipe MobileMethod = "swipe"
uiInput MobileMethod = "input"
// UI validation
assertionNameExists string = "name_exists"
assertionNameNotExists string = "name_not_exists"
assertionXpathExists string = "xpath_exists"
assertionXpathNotExists string = "xpath_not_exists"
)
type MobileAction struct {