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 ab468cc5de..34f201df60 100644 --- a/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php +++ b/tests/phpunit/va_gov_form_builder/functional/templates/FormBuilderPageTemplateTest.php @@ -46,10 +46,10 @@ public function setUp(): void { public function testExpectedElementsExist() { $this->assertSession()->statusCodeEquals(200); - $containerElement = $this->cssSelect('.va-gov-form-builder-page-container'); + $containerElement = $this->cssSelect('.form-builder-page-container'); $this->assertCount(1, $containerElement); - $navbarElement = $this->cssSelect('.va-gov-form-builder-navbar'); + $navbarElement = $this->cssSelect('.form-builder-navbar'); $this->assertCount(1, $navbarElement); }