Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .maestro/tests/assorted/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tags:
timeout: 60000
- tapOn:
id: 'sidebar-close-drawer'

# test failing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

cat -n .maestro/tests/assorted/i18n.yaml | head -80

Repository: RocketChat/Rocket.Chat.ReactNative

Length of output: 2285


🏁 Script executed:

# Check if there's a git history or related issues
git log --oneline -20 -- .maestro/tests/assorted/i18n.yaml 2>/dev/null | head -10

Repository: RocketChat/Rocket.Chat.ReactNative

Length of output: 99


🏁 Script executed:

# Check for any setup issues with language navigation
cat -n .maestro/tests/assorted/utils/nav-to-language.yaml

Repository: RocketChat/Rocket.Chat.ReactNative

Length of output: 1194


Investigate the failing Dutch language fallback test.

The test starting at line 49 checks i18n fallback behavior when Dutch is selected (it intentionally expects mixed English and Dutch text based on the fallback mechanism noted in the comment). However, the test is failing. Determine the specific point of failure—which element is not appearing, timeout, or other issue—and either fix the implementation or adjust the test expectations accordingly.

# should select 'nl' and fallback to 'en'
- runFlow: './utils/nav-to-language.yaml'
- tapOn:
Expand Down
Loading