-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: set accessibility identifiers to elements #293
chore: set accessibility identifiers to elements #293
Conversation
Authorization/Authorization/Presentation/Reset Password/ResetPasswordView.swift
Show resolved
Hide resolved
type = (dictionary[DiscoveryKeys.discoveryType] as? String).flatMap { | ||
DiscoveryConfigType(rawValue: $0) | ||
} ?? .none | ||
// type = (dictionary[DiscoveryKeys.discoveryType] as? String).flatMap { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this commented out code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh it was a test change, reverted.
@saeedbashir please solve merge conflict with develop branch |
@rnr Done |
This PR sets accessibility identifiers to elements on screens, (Main Dashboard, Discover, Program, Profile and Relevant). These accessibility identifiers will be used by the automation team.