Stabilize iOS UI test foundation and fix flaky suites
This commit is contained in:
@@ -75,6 +75,9 @@ enum AccessibilityID {
|
||||
enum Customize {
|
||||
static let themeSection = "customize_theme_section"
|
||||
static let browseThemesButton = "browse_themes_button"
|
||||
static let appThemePickerDoneButton = "apptheme_picker_done"
|
||||
static let appThemePreviewCancelButton = "apptheme_preview_cancel"
|
||||
static let appThemePreviewApplyButton = "apptheme_preview_apply"
|
||||
static func themeButton(_ name: String) -> String {
|
||||
"customize_theme_\(name.lowercased())"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user