Working through the Platform Admin section

This commit is contained in:
Jonathan Bobel
2023-08-17 15:13:26 -04:00
parent 031a643b26
commit a574fc7b3a
37 changed files with 83 additions and 74 deletions

View File

@@ -4114,7 +4114,7 @@ def test_view_edit_service_billing_details(
]
for label in labels:
assert label.text.strip() in labels_list
textbox_names = page.find_all('input', class_='govuk-input govuk-!-width-full')
textbox_names = page.find_all('input', class_='govuk-input ')
names_list = [
'billing_contact_email_addresses',
'billing_contact_names',