From 2b3a91480a8a51368522f12ac77710da9dc2ce69 Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Fri, 22 Nov 2024 10:36:56 +0000 Subject: [PATCH] Change wording of gerkin scenario --- tests/features/actor-login.feature | 2 +- tests/smoke/context/AccountContext.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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