diff --git a/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php b/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php index 4865211feb..0e1e0d04b7 100644 --- a/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php +++ b/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php @@ -51,9 +51,6 @@ public function testExpectedElementsExist() { $navbarElement = $this->cssSelect('.form-builder-navbar'); $this->assertCount(1, $navbarElement); - - $sidebarElement = $this->cssSelect('.form-builder-sidebar'); - $this->assertCount(1, $sidebarElement); } /**