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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-29 12:48:26 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-29 12:49:33 +0300
commit35b5c830a783eb36f86d9f5e8f8c08595fd62c54 (patch)
treefce020c477b4e1dcbc97c4d2c583ef1d7b248d90 /spec/features/projects/labels
parent97a2f2968bdea16af21c6649319349dfde0b5d46 (diff)
Further fixes for project subscription_spec
Diffstat (limited to 'spec/features/projects/labels')
-rw-r--r--spec/features/projects/labels/subscription_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/features/projects/labels/subscription_spec.rb b/spec/features/projects/labels/subscription_spec.rb
index d5f5036ec72..fafd338e448 100644
--- a/spec/features/projects/labels/subscription_spec.rb
+++ b/spec/features/projects/labels/subscription_spec.rb
@@ -67,10 +67,8 @@ feature 'Labels subscription' do
def click_link_on_dropdown(text)
find('.dropdown-group-label').click
- screenshot_and_open_image
-
page.within('.dropdown-group-label') do
- find('a.js-subscribe-button', text: text).click
+ find('.js-subscribe-button', text: text).click
end
end
end