From f80fa9bd0b73d788734b292833cf7db238e50f4f Mon Sep 17 00:00:00 2001 From: Ryan Koch Date: Thu, 9 Jan 2025 09:39:45 -0600 Subject: [PATCH] Updates test to no longer expect sidebar to be present. --- .../functional/templates/FormBuilderPageTemplateTest.php | 3 --- 1 file changed, 3 deletions(-) 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); } /**