This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
@@ -0,0 +1,19 @@
Feature: Game Launch
@android
Scenario: Game Launch
Given I logout
And I login as "usertest01"
And I should see "Home" texts displayed
When I enter a game
And I tap chat
Then I should see id "wtf.watrbx.client.dev:id/gl_edit_text" enable
And I hide keyboard
@ios
Scenario: Game Launch
Given I login as "usertest01"
And I should see "Hello, usertest01!" texts displayed
When I enter a game
And I tap chat
Then I should see "return" enable