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/e9c7675ec26dec75e4b5ec14b83b227b to your computer and use it in GitHub Desktop.
Save angelovstanton/e9c7675ec26dec75e4b5ec14b83b227b to your computer and use it in GitHub Desktop.
Scenario: Successfully Convert Seconds to Minutes
When I navigate to Seconds to Minutes Page
And type seconds for 1 day, 1 hour, 1 minute, 1 second
Then assert that 1501 minutes are displayed as answer
Scenario: Successfully Convert Seconds to Minutes No Minutes
When I navigate to Seconds to Minutes Page
And type seconds for 1 day, 1 hour, 1 second
Then assert that 1500 minutes are displayed as answer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment