diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-12 14:32:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-12 14:32:17 +0200 |
commit | 963a31144b0d69af7b08e1912965a920636ce600 (patch) | |
tree | 5757cb38c47d43b24913af8dd2dbc9e01ed98f09 /features/admin | |
parent | 90d599397fdfbf35ccdf3593afe391f984fba601 (diff) | |
download | gitlab-ce-963a31144b0d69af7b08e1912965a920636ce600.tar.gz |
Active tab tests for admin broadcast messages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/active_tab.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/admin/active_tab.feature b/features/admin/active_tab.feature index 226d3d5d5b5..15fcda45e40 100644 --- a/features/admin/active_tab.feature +++ b/features/admin/active_tab.feature @@ -27,6 +27,11 @@ Feature: Admin active tab Then the active main tab should be Logs And no other main tabs should be active + Scenario: On Admin Messages + Given I visit admin messages page + Then the active main tab should be Messages + And no other main tabs should be active + Scenario: On Admin Hooks Given I visit admin hooks page Then the active main tab should be Hooks |