Skip to content

Commit

Permalink
Resolved Windows CI failure test case
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhan-rajagopal authored and rmarinho committed Dec 11, 2024
1 parent c18db28 commit daca96d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ public ShellFlyoutSizing(TestDevice testDevice) : base(testDevice)

#if ANDROID // Appium's GetRect method returns different sizes across platforms.
int difference = 26;
#elif IOS
#elif IOS || WINDOWS
int difference = 10;
#elif MACCATALYST
int difference = 8;
#elif WINDOWS
int difference= 15;
#endif

[Test, Order(1)]
Expand Down

0 comments on commit daca96d

Please sign in to comment.