Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/615da65a8f821d7a43c92ef9e2fd0b01 to your computer and use it in GitHub Desktop.
Save angelovstanton/615da65a8f821d7a43c92ef9e2fd0b01 to your computer and use it in GitHub Desktop.
Scenario Outline: Successfully Convert Seconds to Minutes Table
When I navigate to Seconds to Minutes Page
And type seconds for <seconds>
Then assert that <minutes> minutes are displayed as answer
Examples:
| seconds | minutes |
| 1 day, 1 hour, 1 second | 1500 |
| 5 days, 3 minutes | 7203 |
| 4 hours | 240 |
| 180 seconds | 3 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment