Skip to content

Commit

Permalink
Merge pull request #3922 from Ginger-Automation/BugFix/41087-RetryAnd…
Browse files Browse the repository at this point in the history
…LoadingAtSameTime

BugFix - 41087 - Screenshot Loading and Retry at same time
  • Loading branch information
Maheshkale447 committed Sep 23, 2024
2 parents 043e322 + 9d65796 commit 5118dc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ public void ShowScreenShot()

xLoadingScreenShotBanner.Visibility = Visibility.Visible;
xScreenShotFrame.Visibility = Visibility.Collapsed;
xRetrySSBanner.Visibility = Visibility.Collapsed;

/// UnComment later after complete Implementation of functionalities over all platforms.
//if(IsWebMobJavaPlatform)
Expand Down

0 comments on commit 5118dc5

Please sign in to comment.