You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Feature: Addition
- In order to avoid silly mistakes
- As a math idiot
- I want to be told the sum of two numbers
-
- Scenario: Add two numbers
- Given I visit the calculator page
- And I fill in '50' for 'first'
- And I fill in '70' for 'Second'
- When I press 'Add'
- Then I should see 'Answer: 120'
|