diff --git a/src/Concerns/InteractsWithElements.php b/src/Concerns/InteractsWithElements.php index b21cb6dc3..96e6ec94a 100644 --- a/src/Concerns/InteractsWithElements.php +++ b/src/Concerns/InteractsWithElements.php @@ -154,7 +154,7 @@ public function type($field, $value) */ public function typeSlowly($field, $value, $pause = 100) { - $this->clear($field)->appendWithPauses($field, $value, $pause); + $this->clear($field)->appendSlowly($field, $value, $pause); return $this; }