To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorInvoices
- Scenarios
-
- Invoice for TVOD
-
- Given
- I am logged in
- When
- I search for a subscriber with the email "[email protected]"
- And
- I click "Invoices"
- Then
-
I should see the following table rows:
Invoice # Billed On Description Total Status 1771 2013-06-14T17:06:55+00:00 $3.99 collected - And
- I click "1771"
- Then
-
I should see the following table rows:
Date Description Amount 2013-06-14T17:06:49+00:00 $3.99 Subtotal $3.99 Tax $0.11 Total $4.10 - And
-
I should see the following table rows:
Date Status Amount 2013-06-14T17:06:59+00:00 success $3.99 Payment Total $3.99
- Invoice for a subscription
-
- Given
- I am logged in
- When
- I search for a subscriber with the email "[email protected]"
- And
- I click "Invoices"
- Then
-
I should see the following table rows:
Invoice # Billed On Description Total Status 1883 2013-06-20T16:32:42+00:00 DISHWorld 4 Month Prepay $96.12 collected - And
- I click "1883"
- Then
-
I should see the following table rows:
Date Description Amount 2013-06-20T16:32:42+00:00 DISHWorld 4 Month Prepay $0.00 2013-06-20T16:32:42+00:00 1 [base_linear] Arabic Elite Super Add On $84.84 2013-06-20T16:32:42+00:00 1 [extra_linear] MBC Pack Add On $4.99 Subtotal $89.83 Tax $6.29 Total $96.12 - And
-
I should see the following table rows:
Date Status Amount 2013-06-20T16:32:42+00:00 success $96.12 Payment Total $96.12
Last published over 5 years ago by Edan Rosenberg.