mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
10 lines
252 B
Gherkin
10 lines
252 B
Gherkin
@ios
|
|
Feature: Basic Character Automation
|
|
|
|
Scenario: Basic Character Automation
|
|
Given I login using "wei" and "sanmateo"
|
|
And I should see "Hello, wei!" texts displayed
|
|
When I enter profile game
|
|
And I tap chat
|
|
Then I should see "return" enable
|