class TestActChronology
Public Instance Methods
test_all()
click to toggle source
# File vendor/qwik/lib/qwik/act-chronology.rb, line 138 def test_all t_add_user page = @site.create_new page.store '* t1' # Store this page first page.store '* t2' # Store this page second res = session '/test/.chronology' ok_in ['Chronology | test'], '//title' end