Browse Source

Update manualResourceGenerationFeature.feature

pull/9/head
D45Hub 4 years ago
committed by DSinMeliodas
parent
commit
06d24316dd
  1. 6
      app/src/androidTest/java/com/futurumgame/features/assets/manualResourceGenerationFeature.feature

6
app/src/androidTest/java/com/futurumgame/features/assets/manualResourceGenerationFeature.feature

@ -3,12 +3,12 @@ Feature: Use Case Factory Upgrade
I want generate more resources manually.
Scenario: Generate Resources manually.
When the USER taps on the screen.
When the USER taps on the screen
Then calculate the generated amount of resources
And add the amount of resources to USER
And play background animation
And update the label witht the amount of resources
Scenario: No actions are executed.
When the USER doesn't tap on the screen.
Then update the total amount of resources with the automatically generated resources each tick.
When the USER doesn't tap on the screen
Then update the total amount of resources with the automatically generated resources each tick
Loading…
Cancel
Save