Math/tests/browser/features/support/pages/does_not_exist_page.rb

6 lines
98 B
Ruby

class DoesNotExistPage
include PageObject
page_url '<%=params[:page_name]%>?action=edit'
end