Class: Booth::Testing::Userland::SessionsRevokeAllOthers
- Inherits:
-
IncorporationTestCase
- Object
- IncorporationTestCase
- Booth::Testing::Userland::SessionsRevokeAllOthers
- Includes:
- SessionsManageBehavior
- Defined in:
- lib/booth/testing/userland/sessions_revoke_all_others.rb
Instance Method Summary collapse
Methods included from SessionsManageBehavior
Methods included from Shortcuts
#assert_logged_in, #assert_logged_out, #assert_userland_view, #create_and_onboard, #login_with_passkey, #register_new_passkey, #soft_reset_session, #virtual_authenticators, #visit_namespaced
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/booth/testing/userland/sessions_revoke_all_others.rb', line 11 def call run(button_name: :revoke_all_others, template: :enter_webauth_to_destroy_all_others) end |