Skip to content

Instantly share code, notes, and snippets.

@cyriux
Forked from mattwynne/gist:825967
Last active July 19, 2018 14:51
Show Gist options
  • Save cyriux/5388505 to your computer and use it in GitHub Desktop.
Save cyriux/5388505 to your computer and use it in GitHub Desktop.
Scenario: Create an invoice
Given I am authenticated with an admin role
And there is a client "test client" with name: "test client"
When I review the admin invoices
Then the user "test client" is in the list of clients to invoice
When I define the global invoiced amount for "test client" with "123"
And I review again the admin invoices
Then the user "test client" is no longer in the list of clients to invoice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment