Skip to content

Commit

Permalink
feat: add accessibilityIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 23, 2024
1 parent b711c55 commit da3d550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlantUML/ActivityView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ struct ActivityView<Content>: View where Content: View {
.tint(.red)
}
.padding()
.accessibilityIdentifier("cancel_processing")

}
.frame( height: h)
Expand Down

0 comments on commit da3d550

Please sign in to comment.