We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d0ae4 commit f5d060cCopy full SHA for f5d060c
specs/alert-notification.spec.mjs
@@ -76,7 +76,7 @@ test("Alert Notification End-to-End Test", { timeout: 30 * 60 * 1000 }, async (t
76
77
const { simulatorUdid } = await client.waitForSimulatorRegistration(testId);
78
79
- simulator.streamLogs({ udid: simulatorUdid });
+ simulator.streamLogs(sim);
80
81
const { deviceToken, apnsTopic } = await client.waitForDeviceRegistration(testId);
82
0 commit comments