Skip to content

Commit

Permalink
chore: set captain ios device name
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev committed Sep 10, 2023
1 parent aa21197 commit feeb2d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/Utils/CaptainTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ public class CaptainTest : IDisposable
AndroidVersion = "11",
IosApp = Path.GetFullPath("../../../../example/build/ios/iphonesimulator/Runner.app"),
IosAppId = "com.instabug.InstabugSample",
IosVersion = "15.5"
IosVersion = "15.5",
IosDevice = "iPhone 13 Pro Max"
};
protected static readonly Captain captain = new(_config);

Expand Down

0 comments on commit feeb2d6

Please sign in to comment.