Skip to content

Commit

Permalink
Update AssertionExtensions.iOS.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Sep 7, 2023
1 parent 7bb24b4 commit 281dd98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TestUtils/src/DeviceTests/AssertionExtensions.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ public static void AssertEqual(this CATransform3D expected, CATransform3D actual
#if MACCATALYST
// When running headless (on CI or local) Mac Catalyst has trouble finding the window through the method below.
// Added an env variable to accommodate for this and just return the first window found.
File.AppendAllText("/Users/jfversluis/Desktop/foo.txt", "foo");
if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable("headlessrunner")))
{
return window;
Expand Down

0 comments on commit 281dd98

Please sign in to comment.