Files
pytest2/testing/plugins_integration/bdd_wallet.feature
Sorin Sbarnea b031a7cecf Smoke tests for assorted plugins (#7721)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
2020-09-19 15:56:52 -03:00

10 lines
192 B
Gherkin

Feature: Buy things with apple
Scenario: Buy fruits
Given A wallet with 50
When I buy some apples for 1
And I buy some bananas for 2
Then I have 47 left