Stabilize iOS UI test foundation and fix flaky suites
This commit is contained in:
@@ -169,6 +169,7 @@ struct DayOptionCard: View {
|
||||
)
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
.accessibilityElement(children: .combine)
|
||||
.accessibilityLabel("\(title), \(subtitle)")
|
||||
.accessibilityHint(example)
|
||||
.accessibilityAddTraits(isSelected ? [.isSelected] : [])
|
||||
|
||||
Reference in New Issue
Block a user