Skip to content
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

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

saeedbashir
Copy link
Contributor

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.

type = (dictionary[DiscoveryKeys.discoveryType] as? String).flatMap {
DiscoveryConfigType(rawValue: $0)
} ?? .none
// type = (dictionary[DiscoveryKeys.discoveryType] as? String).flatMap {
Copy link
Contributor

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?

Copy link
Contributor Author

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 saeedbashir requested a review from rnr February 28, 2024 06:57
@rnr
Copy link
Contributor

rnr commented Feb 28, 2024

@saeedbashir please solve merge conflict with develop branch

@saeedbashir
Copy link
Contributor Author

@saeedbashir please solve merge conflict with develop branch

@rnr Done

@volodymyr-chekyrta volodymyr-chekyrta merged commit 16cc52e into openedx:develop Feb 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants