mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
20 lines
466 B
Gherkin
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
|