summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/PdfHandler/tests/browser/features/support/pages/random_page.rb
blob: ceaff4ce9e46ed91043cd2734678311c6fd84da5 (plain)
1
2
3
4
5
6
class PdfPage
  include PageObject

  a(:download_as_pdf, text: 'Download as PDF')
  a(:download_the_file, text: 'Download the file')
end