Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Modelizer authored and StyleCIBot committed Dec 2, 2016
1 parent 48d25f4 commit f341f25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Services/InteractWithPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function scroll($amount)
protected function select($element, $value)
{
$this->findElement($element)->value($value);

return $this;
}

Expand Down Expand Up @@ -226,6 +226,4 @@ protected function findElement($value, $xpath = null)

throw new CannotFindElement('Cannot find element: '.$value.' isn\'t visible on the page');
}


}

0 comments on commit f341f25

Please sign in to comment.