|
@@ -29,7 +29,9 @@ class AccountSettingsTest(AcceptanceTestCase):
|
|
|
self.browser.wait_until_not('[data-test-id="loading-indicator"]')
|
|
|
|
|
|
def test_account_notifications(self):
|
|
|
- with self.feature("organizations:onboarding"):
|
|
|
+ with self.options({"system.url-prefix": self.browser.live_server_url}), self.feature(
|
|
|
+ "organizations:onboarding"
|
|
|
+ ):
|
|
|
self.browser.get("/settings/account/notifications/")
|
|
|
self.browser.wait_until_not('[data-test-id="loading-indicator"]')
|
|
|
|