Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Apr 22, 2024
1 parent cb99eb9 commit c508690
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public override void PrepareConfig(string apiKey, string host)
device.Jailbroken = true;
device.Orientation = "Custom Orientation";
device.Time = new DateTimeOffset(1985, 08, 21, 01, 01, 01, TimeSpan.Zero);

device.TotalMemory = 999;
device.ModelNumber = "Custom ModelNumber";

// breadcrumbs
foreach (var crumb in @event.Breadcrumbs)
{
Expand Down

0 comments on commit c508690

Please sign in to comment.