diff --git a/tests/features/actor-login.feature b/tests/features/actor-login.feature index 8cb85e6e68..e415e352f8 100644 --- a/tests/features/actor-login.feature +++ b/tests/features/actor-login.feature @@ -13,4 +13,4 @@ Feature: A user of the system is able to login Given I access the login form When I enter correct credentials Then I am signed in - Then Scripts Work + And the javascript is working diff --git a/tests/smoke/context/AccountContext.php b/tests/smoke/context/AccountContext.php index 70969d6843..000ec6492c 100644 --- a/tests/smoke/context/AccountContext.php +++ b/tests/smoke/context/AccountContext.php @@ -146,7 +146,7 @@ public function iAmSignedIn(): void } /** - * @Then Scripts Work + * @Then the javascript is working */ public function scriptsWork(): void