mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
14 lines
282 B
Gherkin
14 lines
282 B
Gherkin
Feature: Play Now
|
|
|
|
@android
|
|
Scenario: Tap the "Play Now" button and play games
|
|
Given I logout
|
|
When I play now
|
|
Then I should see "Popular"
|
|
|
|
@ios
|
|
Scenario: Tap the "Play Now" button and play games
|
|
Given I logout
|
|
When I play now
|
|
Then I should see "Popular" texts displayed
|