Skip to content

Commit e0b1d48

Browse files
Hani YacoubHani Yacoub
authored andcommitted
CM whittard GB
1 parent 29bfd81 commit e0b1d48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

l10n_CM/Unified/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ def get_html_files(live_site, region):
4242

4343
@pytest.fixture()
4444
def region():
45-
return os.environ.get("FX_REGION", "GB")
45+
return os.environ.get("FX_REGION", "US")
4646

4747

4848
@pytest.fixture()
4949
def live_site():
50-
return os.environ.get("CM_SITE", "whittard")
50+
return os.environ.get("CM_SITE", "demo")
5151

5252

5353
@pytest.fixture()

l10n_CM/constants/whittard/GB/whittard_cc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"cvv": "f4020ed8-6221-4359-ac0a-3dff8bc30282"
99
},
1010
"form_field": "*[data-moz-autofill-inspect-id='{name}']",
11+
"skip": "True",
1112
"fields": [
1213
"6e32bfc1-3e4d-4d3b-90c1-a079316bb378",
1314
"cf035d07-1eb9-4efe-ad91-2ed125c685be",

0 commit comments

Comments
 (0)