Remove 'billing' from option labels

They were unnecessary it turned out.
This commit is contained in:
Pea Tyczynska
2021-02-01 14:05:10 +00:00
parent 0f6cbdf27e
commit 25534dbee3
2 changed files with 6 additions and 6 deletions

View File

@@ -5312,9 +5312,9 @@ def test_view_edit_service_billing_details(
assert page.select_one('h1').text == "Change billing details"
labels = page.find_all('label', class_="form-label")
labels_list = [
'Billing contact email addresses',
'Billing contact names',
'Billing reference',
'Contact email addresses',
'Contact names',
'Reference',
'Purchase order number',
'Notes'
]