class TestActTmp

Public Instance Methods

notyet_test_plg_calendar() click to toggle source
# File vendor/qwik/lib/qwik/act-under-const.rb, line 61
def notyet_test_plg_calendar
end
notyet_test_plg_draw() click to toggle source
# File vendor/qwik/lib/qwik/act-under-const.rb, line 64
def notyet_test_plg_draw
end
test_ext_print() click to toggle source
# File vendor/qwik/lib/qwik/act-under-const.rb, line 85
def test_ext_print
  t_add_user
  page = @site.create_new
  page.store('t')
  res = session('/test/1.html')
  ok_xp([:div, {:class=>'body'}, [:div, {:class=>'section'}, [[:p, 't']]]],
        "//div[@class='body']")
end
test_gbtw() click to toggle source
# File vendor/qwik/lib/qwik/act-under-const.rb, line 71
def test_gbtw
  t_add_user

  res = session

  page = @site.create_new
  page.store('{{go_back_to_work}}')
  res = session('/test/1.html')
  #ok_xp({:action=>'1.go_back_to_work', :method=>'POST'}, 'div[@class='main']')

  res = session('POST /test/1.go_back_to_work?work=n&style=0')
  #assert_match(/ ''\[\[n\]\]'' : m\n\{\{hcomment\}\}/, page.load)
end