We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77bd43 commit f5fbf8fCopy full SHA for f5fbf8f
l10n_CM/Unified/conftest.py
@@ -106,9 +106,9 @@ def cc_site_data(live_site, region):
106
@pytest.fixture
107
def is_live_site(live_site, region):
108
"""Determine if the site is live.
109
- Treat demo IT as a live site until the doorhanger bug is fixed.
+ Treat demo IT and ES as a live site until the doorhanger bug is fixed.
110
"""
111
- return live_site != "demo" or region in {"IT"}
+ return live_site != "demo" or region in {"IT", "ES"}
112
113
114
@pytest.fixture(scope="session")
0 commit comments