fix Organization page headers

This commit is contained in:
Rachid Mrad 2024-09-11 20:12:12 -04:00
parent da0487b0f2
commit 4a5213aeb1
No known key found for this signature in database
8 changed files with 9 additions and 9 deletions

View file

@ -226,7 +226,7 @@ class TestPortfolio(WebTest):
self.assertContains(response, '<h4 class="read-only-label">Organization name</h4>')
# The read only label for city will be a h4
self.assertNotContains(response, '<h4 class="read-only-label">City</h4>')
self.assertNotContains(response, '<p class="read-only-value">Los Angeles</p>>')
self.assertNotContains(response, '<p class="read-only-value">Los Angeles</p>')
self.assertContains(response, 'for="id_city"')
@less_console_noise_decorator