Remove vague GPL headers from browser tests with dead links
[lhc/web/wiklou.git] / tests / browser / features / support / pages / file_does_not_exist_page.rb
1 class FileDoesNotExistPage
2 include PageObject
3
4 page_url 'File:<%=params[:page_name]%>'
5
6 div(:file_does_not_exist_message, id: 'mw-imagepage-nofile')
7 end