Skip to content

Commit

Permalink
Updates test to no longer expect sidebar to be present.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 9, 2025
1 parent 4d60743 commit f80fa9b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit f80fa9b

Please sign in to comment.