Further fixes for project subscription_spec
This commit is contained in:
parent
97a2f2968b
commit
35b5c830a7
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue