@@ -43,13 +43,13 @@ def setUp(self):
43
43
reason = "This will be faster but does not check if old django routes are redirecting" )
44
44
def test_account_settings (self ):
45
45
with self .feature ('organizations:onboarding' ):
46
- path = '/account/ settings/'
46
+ path = '/settings/account /'
47
47
self .browser .get (path )
48
- self .browser .wait_until_not ('.loading-indicator ' )
48
+ self .browser .wait_until_not ('.loading' )
49
49
self .browser .snapshot ('account settings' )
50
50
51
51
self .browser .click ('[href="/settings/account/security/"]' )
52
- self .browser .wait_until_not ('.loading-indicator' )
52
+ # self.browser.wait_until_not('.loading-indicator')
53
53
self .browser .snapshot ('account security settings' )
54
54
55
55
self .browser .click ('[href="/settings/account/notifications/"]' )
@@ -77,57 +77,57 @@ def test_account_settings(self):
77
77
self .browser .snapshot ('account identities settings' )
78
78
79
79
self .browser .click ('[href="/settings/account/close-account/"]' )
80
- self .browser .wait_until_not ('.loading-indicator ' )
80
+ self .browser .wait_until_not ('.loading' )
81
81
self .browser .snapshot ('account settings - close account' )
82
82
83
83
def test_account_appearance_settings (self ):
84
84
with self .feature ('organizations:onboarding' ):
85
85
self .browser .get ('/account/settings/appearance/' )
86
- self .browser .wait_until_not ('.loading-indicator ' )
86
+ # self.browser.wait_until_not('.loading')
87
87
self .browser .snapshot ('account appearance settings' )
88
88
89
89
def test_account_security_settings (self ):
90
90
with self .feature ('organizations:onboarding' ):
91
91
self .browser .get ('/account/settings/security/' )
92
- self .browser .wait_until_not ('.loading-indicator' )
92
+ # self.browser.wait_until_not('.loading-indicator')
93
93
self .browser .snapshot ('account security settings' )
94
94
95
- def test_account_notifications (self ):
96
- with self .feature ('organizations:onboarding' ):
97
- self .browser .get ('/account/settings/notifications/' )
98
- self .browser .wait_until_not ('.loading-indicator' )
99
- self .browser .snapshot ('account notification settings' )
100
-
101
- self .browser .click_when_visible ('#Alerts a' )
102
- self .browser .wait_until_not ('.loading-indicator' )
103
- self .browser .snapshot ('account notification - fine tune "Alerts"' )
104
-
105
- def test_account_emails_settings (self ):
106
- with self .feature ('organizations:onboarding' ):
107
- self .browser .get ('/account/settings/emails/' )
108
- self .browser .wait_until_not ('.loading-indicator' )
109
- self .browser .snapshot ('account emails settings' )
110
-
111
- def test_account_subscriptions_settings (self ):
112
- with self .feature ('organizations:onboarding' ):
113
- self .browser .get ('/account/settings/subscriptions/' )
114
- self .browser .wait_until_not ('.loading-indicator' )
115
- self .browser .snapshot ('account subscriptions settings' )
116
-
117
- def test_account_authorizations_settings (self ):
118
- with self .feature ('organizations:onboarding' ):
119
- self .browser .get ('/account/authorizations/' )
120
- self .browser .wait_until_not ('.loading-indicator' )
121
- self .browser .snapshot ('account authorizations settings' )
122
-
123
- def test_account_identities_settings (self ):
124
- with self .feature ('organizations:onboarding' ):
125
- self .browser .get ('/account/settings/identities/' )
126
- self .browser .wait_until_not ('.loading-indicator' )
127
- self .browser .snapshot ('account identities settings' )
128
-
129
- def test_close_account (self ):
130
- with self .feature ('organizations:onboarding' ):
131
- self .browser .get ('/account/remove/' )
132
- self .browser .wait_until_not ('.loading-indicator' )
133
- self .browser .snapshot ('account settings - close account' )
95
+ # def test_account_notifications(self):
96
+ # with self.feature('organizations:onboarding'):
97
+ # self.browser.get('/account/settings/notifications/')
98
+ # self.browser.wait_until_not('.loading-indicator')
99
+ # self.browser.snapshot('account notification settings')
100
+
101
+ # self.browser.click_when_visible('#Alerts a')
102
+ # self.browser.wait_until_not('.loading-indicator')
103
+ # self.browser.snapshot('account notification - fine tune "Alerts"')
104
+
105
+ # def test_account_emails_settings(self):
106
+ # with self.feature('organizations:onboarding'):
107
+ # self.browser.get('/account/settings/emails/')
108
+ # self.browser.wait_until_not('.loading-indicator')
109
+ # self.browser.snapshot('account emails settings')
110
+
111
+ # def test_account_subscriptions_settings(self):
112
+ # with self.feature('organizations:onboarding'):
113
+ # self.browser.get('/account/settings/subscriptions/')
114
+ # self.browser.wait_until_not('.loading-indicator')
115
+ # self.browser.snapshot('account subscriptions settings')
116
+
117
+ # def test_account_authorizations_settings(self):
118
+ # with self.feature('organizations:onboarding'):
119
+ # self.browser.get('/account/authorizations/')
120
+ # self.browser.wait_until_not('.loading-indicator')
121
+ # self.browser.snapshot('account authorizations settings')
122
+
123
+ # def test_account_identities_settings(self):
124
+ # with self.feature('organizations:onboarding'):
125
+ # self.browser.get('/account/settings/identities/')
126
+ # self.browser.wait_until_not('.loading-indicator')
127
+ # self.browser.snapshot('account identities settings')
128
+
129
+ # def test_close_account(self):
130
+ # with self.feature('organizations:onboarding'):
131
+ # self.browser.get('/account/remove/')
132
+ # self.browser.wait_until_not('.loading-indicator')
133
+ # self.browser.snapshot('account settings - close account')
0 commit comments