mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Remove 'billing' from option labels
They were unnecessary it turned out.
This commit is contained in:
@@ -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'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user