Commit 23522a9b authored by Douwe Maan's avatar Douwe Maan

Fix specs

parent 31b4960e
...@@ -293,10 +293,10 @@ describe 'Issues', feature: true do ...@@ -293,10 +293,10 @@ describe 'Issues', feature: true do
end end
def first_issue def first_issue
page.all('ul.issues-list li').first.text page.all('ul.issues-list > li').first.text
end end
def last_issue def last_issue
page.all('ul.issues-list li').last.text page.all('ul.issues-list > li').last.text
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