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

@@ -184,7 +184,7 @@ def test_should_show_empty_text_box(
assert 'value' not in textbox
assert textbox['name'] == 'placeholder_value'
assert textbox['class'] == [
'usa-input', 'govuk-!-width-full',
'usa-input',
]
# data-module=autofocus is set on a containing element so it
# shouldnt also be set on the textbox itself