From c70e1e8249fc004c046fccafcc0aa734096c63f5 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Tue, 9 Apr 2024 10:06:29 +0100 Subject: [PATCH] remove redunant tests for react native cli --- .../features/cli-tests/automate-symbolication.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/react-native-cli/features/cli-tests/automate-symbolication.feature b/test/react-native-cli/features/cli-tests/automate-symbolication.feature index fbbe9bfd53..871b4c6d8c 100644 --- a/test/react-native-cli/features/cli-tests/automate-symbolication.feature +++ b/test/react-native-cli/features/cli-tests/automate-symbolication.feature @@ -47,7 +47,6 @@ Scenario: successfully modify project And I wait for the current stdout line to match the regex "Hit enter to continue" When I input a return interactively Then the last interactive command exited successfully - And bugsnag cli library is in the package.json file And the iOS build has been modified to upload source maps And the Bugsnag Android Gradle plugin is not installed And the Android build has been modified to upload source maps @@ -155,7 +154,6 @@ Scenario: successfully modify project with custom endpoints And I wait for the current stdout line to match the regex "Hit enter to continue" When I input a return interactively Then the last interactive command exited successfully - And bugsnag cli library is in the package.json file And the iOS build has been modified to upload source maps to "https://upload.example.com" And the Bugsnag Android Gradle plugin is not installed And the Android build has been modified to upload source maps to "https://upload.example.com" @@ -208,7 +206,6 @@ Scenario: opt not to modify the Android project And I wait for the current stdout line to match the regex "Hit enter to continue" When I input a return interactively Then the last interactive command exited successfully - And bugsnag cli library is in the package.json file And the iOS build has been modified to upload source maps And the Bugsnag Android Gradle plugin is not installed And the Android build has not been modified to upload source maps @@ -250,7 +247,6 @@ Scenario: opt not to modify the iOS project And I wait for the current stdout line to match the regex "Do you want to update your Xcode build phase to output JavaScript source maps\?" When I input "n" interactively Then the last interactive command exited successfully - And bugsnag cli library is in the package.json file And the iOS build has not been modified to upload source maps And the Bugsnag Android Gradle plugin is not installed And the Android build has been modified to upload source maps