Stabilize iOS UI test foundation and fix flaky suites
This commit is contained in:
@@ -60,6 +60,7 @@ struct AppThemePickerView: View {
|
||||
Button("Done") {
|
||||
dismiss()
|
||||
}
|
||||
.accessibilityIdentifier(AccessibilityID.Customize.appThemePickerDoneButton)
|
||||
}
|
||||
}
|
||||
.sheet(item: $selectedTheme) { theme in
|
||||
@@ -250,6 +251,7 @@ struct AppThemePreviewSheet: View {
|
||||
Button("Cancel") {
|
||||
dismiss()
|
||||
}
|
||||
.accessibilityIdentifier(AccessibilityID.Customize.appThemePreviewCancelButton)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -352,6 +354,7 @@ struct AppThemePreviewSheet: View {
|
||||
.shadow(color: theme.previewColors[0].opacity(0.4), radius: 8, x: 0, y: 4)
|
||||
}
|
||||
.padding(.horizontal, 20)
|
||||
.accessibilityIdentifier(AccessibilityID.Customize.appThemePreviewApplyButton)
|
||||
}
|
||||
|
||||
private func iconName(for pack: MoodImages) -> String {
|
||||
|
||||
Reference in New Issue
Block a user