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:
authorPhil Hughes <me@iamphill.com>2016-05-24 16:16:22 +0300
committerPhil Hughes <me@iamphill.com>2016-06-09 19:19:14 +0300
commit051dc1d263b6be305c30e928238f4f7389200433 (patch)
treec11972548835a0cd71e1e54c11870cb11c2382a2 /features/steps/project/issues
parente7ca709a9249236a3894833af67471ade4eb1d07 (diff)
Fixed failing tests
Diffstat (limited to 'features/steps/project/issues')
-rw-r--r--features/steps/project/issues/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/issues/labels.rb b/features/steps/project/issues/labels.rb
index e02b57bbf84..2937d5d7ca8 100644
--- a/features/steps/project/issues/labels.rb
+++ b/features/steps/project/issues/labels.rb
@@ -9,7 +9,7 @@ class Spinach::Features::ProjectIssuesLabels < Spinach::FeatureSteps
step 'I remove label \'bug\'' do
page.within "#label_#{bug_label.id}" do
- click_link 'Delete'
+ first(:link, 'Delete').click
end
end