diff --git a/tests/src/Functional/ContactEditTest.php b/tests/src/Functional/ContactEditTest.php index f7a7ae3..53917fc 100644 --- a/tests/src/Functional/ContactEditTest.php +++ b/tests/src/Functional/ContactEditTest.php @@ -21,6 +21,11 @@ class ContactEditTest extends BrowserTestBase { 'paragraphs_library', ]; + /** + * {@inheritdoc} + */ + protected $profile = 'localgov'; + /** * {@inheritdoc} * diff --git a/tests/src/Functional/ParagraphsAdministrationTest.php b/tests/src/Functional/ParagraphsAdministrationTest.php index d9496c1..843512c 100644 --- a/tests/src/Functional/ParagraphsAdministrationTest.php +++ b/tests/src/Functional/ParagraphsAdministrationTest.php @@ -31,6 +31,11 @@ class ParagraphsAdministrationTest extends ParagraphsTestBase { 'localgov_paragraphs', ]; + /** + * {@inheritdoc} + */ + protected $profile = 'localgov'; + /** * Tests the LocalGovDrupal core paragraph types. */