mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 22:07:48 +00:00
GEEKING
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user