We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04047e commit b6d0ae4Copy full SHA for b6d0ae4
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({ uuid: simulatorUdid });
+ simulator.streamLogs({ udid: simulatorUdid });
80
81
const { deviceToken, apnsTopic } = await client.waitForDeviceRegistration(testId);
82
0 commit comments