summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/PdfHandler/tests/browser/features/step_definitions/pdf_steps.rb
blob: ce793b326d779ff02d00a172fdc187791bab1d65 (plain)
1
2
3
4
5
6
7
8
9
Then(/^Download as PDF should be present$/) do
  on(PdfPage).download_as_pdf_element.should exist
end
When(/^I click on Download as PDF$/) do
  on(PdfPage).download_as_pdf_element.when_present.click
end
Then(/^Download the file link should be present$/) do
  on(PdfPage).download_the_file_element.when_present(30).should exist
end