diff --git a/MVMCoreUI/BaseControllers/MFLoadingViewController.m b/MVMCoreUI/BaseControllers/MFLoadingViewController.m index c44dd76f..aad2383e 100644 --- a/MVMCoreUI/BaseControllers/MFLoadingViewController.m +++ b/MVMCoreUI/BaseControllers/MFLoadingViewController.m @@ -33,6 +33,8 @@ activityIndicatorView.translatesAutoresizingMaskIntoConstraints = NO; [view addSubview:activityIndicatorView]; self.activityIndicator = activityIndicatorView; + self.activityIndicator.accessibilityIdentifier = @"Loader"; + [NSLayoutConstraint constraintPinView:activityIndicatorView heightConstraint:YES heightConstant:PaddingSix widthConstraint:YES widthConstant:PaddingSix]; // Sets the constraints for the activityIndicatorView