module OA
  class SemanticURLPage
    include PageObject

    page_url "test.domain.com/test_path/<%= params[:passed_id] %>/edit"
  end
end
