Skip to content

Commit

Permalink
remove unused pressSpaceOnButton function
Browse files Browse the repository at this point in the history
  • Loading branch information
charbelrami committed Oct 30, 2023
1 parent 818e435 commit 615a66a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Spec/Nri/Ui/ClickableText.elm
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ type alias TestContext =
ProgramTest Model Msg ()


pressSpaceOnButton : TestContext -> TestContext
pressSpaceOnButton =
KeyboardHelpers.pressSpace keyboardHelperConfig { targetDetails = [] } buttonSelectors


clickOnButton : TestContext -> TestContext
clickOnButton =
MouseHelpers.click mouseHelperConfig buttonSelectors
Expand Down

0 comments on commit 615a66a

Please sign in to comment.