Click until item is unmarked
This commit is contained in:
parent
8d08478ee2
commit
968b022faf
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ feature 'Issues > Labels bulk assignment', feature: true do
|
||||||
if unmark
|
if unmark
|
||||||
items.map do |item|
|
items.map do |item|
|
||||||
# Make sure we are unmarking the item no matter the state it has currently
|
# Make sure we are unmarking the item no matter the state it has currently
|
||||||
click_link item while find('a', text: item)[:class] == 'label-item'
|
click_link item until find('a', text: item)[:class] == 'label-item'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue