We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bd820 commit 70b87baCopy full SHA for 70b87ba
spec/integration/simctl_spec.rb
@@ -15,6 +15,10 @@
15
end
16
17
it "#wait_for_shutdown" do
18
+ RunLoop::CoreSimulator.quit_simulator
19
+ core_sim = RunLoop::CoreSimulator.new(device, app)
20
+ core_sim.launch_simulator
21
22
expect(simctl.wait_for_shutdown(device, 10.0, 0)).to be_truthy
23
24
@@ -23,8 +27,6 @@
27
delay = RunLoop::CoreSimulator::WAIT_FOR_SIMULATOR_STATE_INTERVAL
28
expect(simctl.erase(device, timeout, delay)).to be_truthy
25
29
26
- device.simulator_wait_for_stable_state
-
30
core_sim.launch_simulator
31
32
timeout = RunLoop::CoreSimulator::DEFAULT_OPTIONS[:install_app_timeout]
0 commit comments