Further fixes for project subscription_spec

This commit is contained in:
Luke Bennett 2018-05-29 10:48:26 +01:00
parent 97a2f2968b
commit 35b5c830a7
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -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