Skip to content

Commit

Permalink
Update test/smoke/package/src/debugIos.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
  • Loading branch information
JiglioNero and RedMickey committed Sep 1, 2020
1 parent f9800a0 commit 59a888e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/package/src/debugIos.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export function setup(testParameters?: TestRunArguments) {
await disposeAll();
SetupEnvironmentHelper.terminateIosSimulator();
app = await runVSCode(RNworkspacePath);
console.log("iOS simulator save test: Starting debugging in second time");
console.log("iOS simulator save test: Starting debugging at the second time");
await app.workbench.quickaccess.runDebugScenario(RNDebugConfigName);
console.log("iOS simulator save test: Debugging started in second time");
await IosSimulatorHelper.waitUntilIosSimulatorStarting(IosSimulatorHelper.getDevice());
Expand Down

0 comments on commit 59a888e

Please sign in to comment.