Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-12-03 09:09:05 +0400
committerAlex Denisov <1101.debian@gmail.com>2013-01-09 23:30:20 +0400
commitf038057b9d75ce6ef8e6a2706152a23f045f91da (patch)
treef2f810b9304391c2a4c3a5c587796d94fecfb8bb /features/dashboard
parent97d17cf835ebe5121330a3775ae58bcab792851e (diff)
Typo fixed
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/event_filters.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dashboard/event_filters.feature b/features/dashboard/event_filters.feature
index 158d3e1cfa9..635bf40570d 100644
--- a/features/dashboard/event_filters.feature
+++ b/features/dashboard/event_filters.feature
@@ -44,7 +44,7 @@ Feature: Event filters
Then I should see push event
And I should see new member event
And I should not see merge request event
- When I click "push" event
+ When I click "push" event filter
Then I should not see push event
And I should see new member event
And I should not see merge request event