| Línea 46... |
Línea 46... |
| 46 |
And I <shouldornotsee> "Nothing to display"
|
46 |
And I <shouldornotsee> "Nothing to display"
|
| 47 |
Examples:
|
47 |
Examples:
|
| 48 |
| operator | shouldornotsee |
|
48 |
| operator | shouldornotsee |
|
| 49 |
| Less than | should not see |
|
49 |
| Less than | should not see |
|
| 50 |
| Greater than | should see |
|
50 |
| Greater than | should see |
|
| 51 |
|
- |
|
| 52 |
@javascript
|
- |
|
| 53 |
Scenario: Reset task log filters
|
- |
|
| 54 |
Given I log in as "admin"
|
- |
|
| 55 |
And I change window size to "large"
|
- |
|
| 56 |
And I navigate to "Server > Tasks > Task logs" in site administration
|
- |
|
| 57 |
When I click on "Filters" "button"
|
- |
|
| 58 |
And I set the following fields in the "Result" "core_reportbuilder > Filter" to these values:
|
- |
|
| 59 |
| Result operator | Is equal to |
|
- |
|
| 60 |
| Result value | Fail |
|
- |
|
| 61 |
And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
|
- |
|
| 62 |
Then I should see "Filters applied"
|
- |
|
| 63 |
And I should see "Filters (1)" in the "#dropdownFiltersButton" "css_element"
|
- |
|
| 64 |
And I should see "Nothing to display"
|
- |
|
| 65 |
And I click on "Reset all" "button" in the "[data-region='report-filters']" "css_element"
|
- |
|
| 66 |
And I should see "Filters reset"
|
- |
|
| 67 |
And I should not see "Filters (1)" in the "#dropdownFiltersButton" "css_element"
|
- |
|
| 68 |
And I should see "Filters" in the "#dropdownFiltersButton" "css_element"
|
- |
|
| 69 |
And "[data-region='report-filters']" "css_element" should be visible
|
- |
|
| 70 |
And the following fields in the "Result" "core_reportbuilder > Filter" match these values:
|
- |
|
| 71 |
| Result operator | Is any value |
|
- |
|
| 72 |
And I should not see "Nothing to display"
|
- |
|