Skip to content

Instantly share code, notes, and snippets.

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