File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ private function getDeviation($identifier, $elementID)
6262 * @param string $identifier identifies your test object
6363 * @param string $elementID DOM ID of the element, which should be screenshotted
6464 */
65- public function seeVisualChanges ($ identifier , $ elementID = null )
65+ public function dontseeVisualChanges ($ identifier , $ elementID = null )
6666 {
6767 $ deviationResult = $ this ->getDeviation ($ identifier , $ elementID );
6868 if ($ deviationResult ["deviation " ] > $ this ->maximumDeviation ) {
@@ -79,7 +79,7 @@ public function seeVisualChanges($identifier, $elementID = null)
7979 * @param string $identifier identifies your test object
8080 * @param string $elementID DOM ID of the element, which should be screenshotted
8181 */
82- public function dontSeeVisualChanges ($ identifier , $ elementID = null )
82+ public function seeVisualChanges ($ identifier , $ elementID = null )
8383 {
8484 $ deviationResult = $ this ->getDeviation ($ identifier , $ elementID );
8585 if ($ deviationResult ["deviation " ] <= $ this ->maximumDeviation ) {
You can’t perform that action at this time.
0 commit comments