Files
watrbx-game-engine/RobloxMobileTest/Appium/POM/features/LaunchGame.feature
T
2025-09-18 17:55:52 -04:00

20 lines
466 B
Gherkin

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