mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
fixed test
This commit is contained in:
parent
370f6da7f6
commit
89787fc978
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ class TestPortfolio(WebTest):
|
||||||
def test_widescreen_css_non_org_model(self):
|
def test_widescreen_css_non_org_model(self):
|
||||||
"""Tests if class modifiers for widescreen mode are appropriately
|
"""Tests if class modifiers for widescreen mode are appropriately
|
||||||
loaded into the DOM for non-org model pages"""
|
loaded into the DOM for non-org model pages"""
|
||||||
self.check_widescreen_is_loaded("domains")
|
self.check_widescreen_is_loaded("home")
|
||||||
|
|
||||||
@less_console_noise_decorator
|
@less_console_noise_decorator
|
||||||
@override_flag("organization_feature", active=True)
|
@override_flag("organization_feature", active=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue