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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-01 20:53:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-01 20:53:29 +0300
commit22479fd0ae41d16d7bbd579615ee10c4b22deeed (patch)
treedbe1a085b75f9b92292dc460291c0e9a3be84f6a /features/steps/project/project.rb
parentde6360f9048511f55a9c93e6fc848418cb6c71a5 (diff)
Remove tests with back button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/project/project.rb')
-rw-r--r--features/steps/project/project.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb
index ef185861e00..d24f3cc3065 100644
--- a/features/steps/project/project.rb
+++ b/features/steps/project/project.rb
@@ -123,14 +123,6 @@ class Spinach::Features::Project < Spinach::FeatureSteps
@project.save!
end
- step 'I should see back to dashboard button' do
- expect(page).to have_content 'Go to dashboard'
- end
-
- step 'I should see back to group button' do
- expect(page).to have_content 'Go to group'
- end
-
step 'I click notifications drop down button' do
click_link 'notifications-button'
end