Skip to content

Commit 979d9eb

Browse files
riglarclaude
andcommitted
Update Chrome flow to handle both search bar text variations
Modified the assertVisible check to accept both "Search or type URL" and "Search or type web address" using regex alternation. This ensures both screen variants are recognized as successful states. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 70e8835 commit 979d9eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flows/chrome-flow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ appId: com.android.chrome
22
---
33
- launchApp
44
- waitForAnimationToEnd
5-
- assertVisible: ".*web address.*"
5+
- assertVisible:
6+
text: ".*(Search or type URL|Search or type web address).*"
67
- tapOn:
78
text: "Got it"
89
optional: true

0 commit comments

Comments
 (0)