diff options
author | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-09-13 09:50:18 +1100 |
---|---|---|
committer | Vitaliy @blackst0ne Klachkov <blackst0ne.ru@gmail.com> | 2017-09-13 10:01:44 +1100 |
commit | 297dfe6ab91da9e655fb2d8fc633048974bdb208 (patch) | |
tree | 9323626edbbf0e4f9c888a18b77a921b2d331061 /features/profile | |
parent | 373ff978dfb6898ee5e1d4d6355313c349a60a96 (diff) | |
download | gitlab-ce-297dfe6ab91da9e655fb2d8fc633048974bdb208.tar.gz |
Replace the 'profile/active_tab.feature' spinach test with an rspec analog
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/active_tab.feature | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/features/profile/active_tab.feature b/features/profile/active_tab.feature deleted file mode 100644 index 21d7d6c3800..00000000000 --- a/features/profile/active_tab.feature +++ /dev/null @@ -1,29 +0,0 @@ -@profile -Feature: Profile Active Tab - Background: - Given I sign in as a user - - Scenario: On Profile Home - Given I visit profile page - Then the active main tab should be Home - And no other main tabs should be active - - Scenario: On Profile Account - Given I visit profile account page - Then the active main tab should be Account - And no other main tabs should be active - - Scenario: On Profile SSH Keys - Given I visit profile SSH keys page - Then the active main tab should be SSH Keys - And no other main tabs should be active - - Scenario: On Profile Preferences - Given I visit profile preferences page - Then the active main tab should be Preferences - And no other main tabs should be active - - Scenario: On Profile Authentication log - Given I visit Authentication log page - Then the active main tab should be Authentication log - And no other main tabs should be active |