Skip to content

Commit

Permalink
fix: rn cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Sep 5, 2023
1 parent 1694d4d commit 26bb4a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Scenario: successfully modify project
When I input a return interactively
And I wait for the current stdout line to match the regex "Do you want to install the BugSnag CLI to allow you to upload JavaScript source maps\?"
When I input a return interactively
And I wait for the current stdout line to match the regex "If you want the latest version of @bugsnag/source-maps hit enter, otherwise type the version you want"
When I input a return interactively
And I wait for the current stdout line to match the regex "If you want the latest version of @bugsnag/cli hit enter, otherwise type the version you want"
When I input a return interactively
Then I wait for the shell to output a match for the regex "@bugsnag/cli dependency is installed" to stdout
Expand Down

0 comments on commit 26bb4a9

Please sign in to comment.