mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
9 lines
190 B
Gherkin
9 lines
190 B
Gherkin
@android@ios
|
|
Feature: Signup
|
|
|
|
Scenario: Tap the "Sign Up" button to sign up
|
|
Given I logout
|
|
When I tap "Sign Up" button
|
|
Then I should see "SIGNUP" texts
|
|
And I sign up as a "new" user
|