Skip to content

Commit

Permalink
Update BookSteps.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomersimis committed Nov 22, 2014
1 parent d9494f7 commit 119024f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cucumber/steps/BookSteps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ When(~'^I select the download button$') { ->

Then(~'^I can download the file named "([^"]*)"$') { String filename ->
at BookPage
assert page.clickDownloadLink(book, title)
}
assert page.clickDownloadLink(filename)
}

0 comments on commit 119024f

Please sign in to comment.