diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 19:53:29 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 19:53:29 +0200 |
| commit | 22479fd0ae41d16d7bbd579615ee10c4b22deeed (patch) | |
| tree | dbe1a085b75f9b92292dc460291c0e9a3be84f6a /features/steps/groups.rb | |
| parent | de6360f9048511f55a9c93e6fc848418cb6c71a5 (diff) | |
| download | gitlab-ce-22479fd0ae41d16d7bbd579615ee10c4b22deeed.tar.gz | |
Remove tests with back button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/groups.rb')
| -rw-r--r-- | features/steps/groups.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb index e5b7db4c5e3..483370f41c6 100644 --- a/features/steps/groups.rb +++ b/features/steps/groups.rb @@ -4,10 +4,6 @@ class Spinach::Features::Groups < Spinach::FeatureSteps include SharedGroup include SharedUser - step 'I should see back to dashboard button' do - expect(page).to have_content 'Go to dashboard' - end - step 'I should see group "Owned"' do expect(page).to have_content '@owned' end |
