@@ -21,14 +21,6 @@ def setUp(self) -> None:
2121 )
2222 self .login_as (self .user )
2323
24- def test_account_security_settings (self ) -> None :
25- with (
26- self .options ({"system.url-prefix" : self .browser .live_server_url }),
27- self .feature ("organizations:onboarding" ),
28- ):
29- self .browser .get ("/settings/account/security/" )
30- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
31-
3224 def test_account_notifications (self ) -> None :
3325 with (
3426 self .options ({"system.url-prefix" : self .browser .live_server_url }),
@@ -39,28 +31,3 @@ def test_account_notifications(self) -> None:
3931
4032 self .browser .click_when_visible ('[data-test-id="fine-tuning"]' )
4133 self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
42-
43- def test_account_emails_settings (self ) -> None :
44- with self .feature ("organizations:onboarding" ):
45- self .browser .get ("/settings/account/emails/" )
46- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
47-
48- def test_account_subscriptions_settings (self ) -> None :
49- with self .feature ("organizations:onboarding" ):
50- self .browser .get ("/settings/account/subscriptions/" )
51- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
52-
53- def test_account_authorizations_settings (self ) -> None :
54- with self .feature ("organizations:onboarding" ):
55- self .browser .get ("/account/authorizations/" )
56- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
57-
58- def test_account_identities_settings (self ) -> None :
59- with self .feature ("organizations:onboarding" ):
60- self .browser .get ("/settings/account/identities/" )
61- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
62-
63- def test_close_account (self ) -> None :
64- with self .options ({"system.url-prefix" : self .browser .live_server_url }):
65- self .browser .get ("/account/remove/" )
66- self .browser .wait_until_not ('[data-test-id="loading-indicator"]' )
0 commit comments