Fix specs

This commit is contained in:
Douwe Maan 2015-12-08 23:28:28 +01:00
parent 31b4960eca
commit 23522a9b34
1 changed files with 2 additions and 2 deletions

View File

@ -293,10 +293,10 @@ describe 'Issues', feature: true do
end
def first_issue
page.all('ul.issues-list li').first.text
page.all('ul.issues-list > li').first.text
end
def last_issue
page.all('ul.issues-list li').last.text
page.all('ul.issues-list > li').last.text
end
end