Skip to content

Commit

Permalink
linted + remove test content from tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
CocoByte committed Oct 3, 2024
1 parent 8c1d043 commit 7ced4b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/registrar/assets/js/uswds-edited.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/registrar/tests/test_views_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,10 @@ def test_domain_readonly_on_detail_page(self):
detail_page = self.client.get(f"/domain/{domain.id}")
# Check that alert message displays properly
self.assertContains(
detail_page, "You don't have access to manage "+domain.name+". If you need to make updates, contact one of the listed domain managers."
detail_page,
"You don't have access to manage "
+ domain.name
+ ". If you need to make updates, contact one of the listed domain managers.",
)
# Check that user does not have option to Edit domain
self.assertNotContains(detail_page, "Edit")
Expand Down

0 comments on commit 7ced4b7

Please sign in to comment.