expect(find('.gl-field-error')).tohave_text("This epic can't be added because the parent is already at the maximum depth from its most distant ancestor")
end
end
end
it'user cannot add new epic when hierarchy level limit has been reached'do
expect(find('.gl-field-error')).tohave_text("This epic can't be added because the parent is already at the maximum depth from its most distant ancestor")