Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Report] Quick fix after month change
  • Loading branch information
Zales0123 committed Feb 1, 2016
1 parent 7f6e5d8 commit c14db61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/reports/reports.feature
Expand Up @@ -42,6 +42,8 @@ Feature: Reports
| Description | Lorem ipsum dolor |
And I select "2010" from "sylius_report_dataFetcherConfiguration_start_year"
And I select "2010" from "sylius_report_dataFetcherConfiguration_end_year"
And I select "Jan" from "sylius_report_dataFetcherConfiguration_start_month"
And I select "Jan" from "sylius_report_dataFetcherConfiguration_end_month"
And I select "1" from "sylius_report_dataFetcherConfiguration_start_day"
And I select "3" from "sylius_report_dataFetcherConfiguration_end_day"
And I press "Create"
Expand All @@ -57,6 +59,8 @@ Feature: Reports
| Description | Lorem ipsum dolor |
And I select "2010" from "sylius_report_dataFetcherConfiguration_start_year"
And I select "2010" from "sylius_report_dataFetcherConfiguration_end_year"
And I select "Jan" from "sylius_report_dataFetcherConfiguration_start_month"
And I select "Jan" from "sylius_report_dataFetcherConfiguration_end_month"
And I select "1" from "sylius_report_dataFetcherConfiguration_start_day"
And I select "3" from "sylius_report_dataFetcherConfiguration_end_day"
And I select "month" from "Time period"
Expand Down Expand Up @@ -181,4 +185,4 @@ Feature: Reports
And order #000000003 will be completed on "2010-01-02"
When I am on the page of report "SalesReport"
Then the report row for date "2010-01-01" will have a total amount of "42"
Then the report row for date "2010-01-02" will have a total amount of "73.50"
Then the report row for date "2010-01-02" will have a total amount of "73.50"

0 comments on commit c14db61

Please sign in to comment.