Skip to content

Commit

Permalink
Change wording of gerkin scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj authored and mattmachell committed Dec 4, 2024
1 parent 13af549 commit 2b3a914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/features/actor-login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/smoke/context/AccountContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function iAmSignedIn(): void
}

/**
* @Then Scripts Work
* @Then the javascript is working
*/

public function scriptsWork(): void
Expand Down

0 comments on commit 2b3a914

Please sign in to comment.