Add 3D filetype for STL files
[lhc/web/wiklou.git] / tests / browser / features / support / pages / create_account_page.rb
1 class CreateAccountPage
2 include PageObject
3
4 page_url '<%=params[:page_title]%>'
5
6 button(:create_account, id: 'wpCreateaccount')
7 element(:error_message, css: 'input#wpName2:required:invalid')
8 end