mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
fix unit tests
This commit is contained in:
parent
586d83adc1
commit
1d54fe6b43
1 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ class TestPortfolio(WebTest):
|
||||||
self.assertContains(response, "Creator")
|
self.assertContains(response, "Creator")
|
||||||
self.assertContains(response, "Manager")
|
self.assertContains(response, "Manager")
|
||||||
self.assertContains(
|
self.assertContains(
|
||||||
response, 'This member does not manage any domains. To assign this member a domain, click "Edit"'
|
response, 'This member does not manage any domains.'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Assert buttons and links within the page are correct
|
# Assert buttons and links within the page are correct
|
||||||
|
@ -1067,7 +1067,7 @@ class TestPortfolio(WebTest):
|
||||||
self.assertContains(response, "Creator")
|
self.assertContains(response, "Creator")
|
||||||
self.assertContains(response, "Manager")
|
self.assertContains(response, "Manager")
|
||||||
self.assertContains(
|
self.assertContains(
|
||||||
response, 'This member does not manage any domains. To assign this member a domain, click "Edit"'
|
response, 'This member does not manage any domains.'
|
||||||
)
|
)
|
||||||
# Assert buttons and links within the page are correct
|
# Assert buttons and links within the page are correct
|
||||||
self.assertContains(response, "wrapper-delete-action") # test that 3 dot is present
|
self.assertContains(response, "wrapper-delete-action") # test that 3 dot is present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue