This commit is contained in:
Luke Bennett 2018-05-29 12:50:29 +01:00
parent dcacfaa197
commit 9b9cdc984c
No known key found for this signature in database
GPG Key ID: A738E9C68D3BF31A
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ describe "User removes labels" do
loop do
li = page.first(".label-list-item")
break unless li
li.find('.js-label-options-dropdown').click
li.click_button("Delete")
click_link("Delete label")