Skip to content

Commit

Permalink
Updates class names in test to reflect changes in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Dec 24, 2024
1 parent 7f13a1d commit 987c603
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 987c603

Please sign in to comment.