Commit 48167067 authored by Walmyr Lima's avatar Walmyr Lima

Add missing element on page object

I don't know how the has_issue? method was working before without
this element defined, but now it is correctly defined.
parent c8c6e68d
......@@ -10,6 +10,7 @@ module QA
end
view 'app/views/projects/issues/_issue.html.haml' do
element :issue
element :issue_link, 'link_to issue.title' # rubocop:disable QA/ElementWithPattern
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