Commit 564c819b authored by Clement Ho's avatar Clement Ho

Fix specs

parent 279744f0
...@@ -34,7 +34,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do ...@@ -34,7 +34,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do
wait_for_requests wait_for_requests
expect(page).to have_selector('span.badge', text: label.title) expect(page).to have_selector('.badge', text: label.title)
end end
end end
...@@ -45,7 +45,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do ...@@ -45,7 +45,7 @@ feature 'Labels Hierarchy', :js, :nested_groups do
wait_for_requests wait_for_requests
expect(page).not_to have_selector('span.badge', text: child_group_label.title) expect(page).not_to have_selector('.badge', text: child_group_label.title)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment