class TestActSendPass

Public Instance Methods

test_all() click to toggle source
# File vendor/qwik/lib/qwik/act-sendpass.rb, line 76
def test_all
  t_add_user

  res = session '/test/.sendpass'
  ok_title 'Send Password'
end