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

Add Snapshot tests for GVA response text #708

Merged

Conversation

rasmustautsglia
Copy link
Contributor

This PR adds snapshot tests for GVA response text.

MOB-2509

@@ -63,10 +63,6 @@ class ChatMessageView: BaseView {
)
contentView.attributedText = text
contentView.linkTapped = { [weak self] in self?.linkTapped?($0) }
contentView.accessibilityProperties = .init(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason this was removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implementation is applicable only to a normal message, and not to an attributed message. Removing that was essential for the accessibility to be displayed properly

@rasmustautsglia
Copy link
Contributor Author

!squash

This PR adds snapshot tests for GVA response text.

MOB-2509
@sm-deployer sm-deployer force-pushed the Add-snapshot-tests-for-gva-response-text branch from 2af0107 to dae73ab Compare August 9, 2023 13:22
@rasmustautsglia rasmustautsglia merged commit 13ae396 into development Aug 9, 2023
1 check passed
@rasmustautsglia rasmustautsglia deleted the Add-snapshot-tests-for-gva-response-text branch August 9, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants