Commit f038057b9d75ce6ef8e6a2706152a23f045f91da
1 parent
97d17cf8
Exists in
master
and in
4 other branches
Typo fixed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/dashboard/event_filters.feature
| @@ -44,7 +44,7 @@ Feature: Event filters | @@ -44,7 +44,7 @@ Feature: Event filters | ||
| 44 | Then I should see push event | 44 | Then I should see push event |
| 45 | And I should see new member event | 45 | And I should see new member event |
| 46 | And I should not see merge request event | 46 | And I should not see merge request event |
| 47 | - When I click "push" event | 47 | + When I click "push" event filter |
| 48 | Then I should not see push event | 48 | Then I should not see push event |
| 49 | And I should see new member event | 49 | And I should see new member event |
| 50 | And I should not see merge request event | 50 | And I should not see merge request event |