Skip to content

Commit

Permalink
Solve failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqpal Mannan committed Nov 21, 2024
1 parent 1865fa7 commit c2c5b24
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ public function iShouldBeAbleToToggleNdrEnabled($isEnabled)
{
$this->iVisitAdminEditUserPageForInteractingWithUser();

$this->assertElementOnPage('input[name="admin[ndrEnabled]"]');

'enable' === $isEnabled ? $this->checkOption('admin_ndrEnabled') : $this->uncheckOption('admin_ndrEnabled');
}
}

0 comments on commit c2c5b24

Please sign in to comment.