class TestActDescribe

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/act-describe.rb, line 123
    def test_all
      t_add_user
      res = session '/test/QwikWeb.describe'
      ok_title 'How to qwikWeb'
#      ok_in [:p, 'You can see the description of each functions of qwikWeb.'],
#       '//div[@class="section"]'

      # test_description_list
      list = @action.description_list
      eq true, 0 < list.length
    end