mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Fix UI tests for onboarding flow and AddRemoteServer redesign
- Skip onboarding in tests by setting UserDefaults before launch - Update all addSource.* identifiers to addRemoteServer.* for new flow - Switch from identifier-based to text-based element lookups (iOS 26 AXe limitation) - Add Yattee Server credential support in instance setup - Update baseline screenshots for Home tab and settings
This commit is contained in:
@@ -42,7 +42,6 @@ struct SourcesListView: View {
|
||||
sourcesList
|
||||
}
|
||||
}
|
||||
.accessibilityIdentifier("sources.view")
|
||||
.navigationTitle(String(localized: "sources.title"))
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
@@ -91,6 +90,7 @@ struct SourcesListView: View {
|
||||
}
|
||||
.buttonStyle(.borderedProminent)
|
||||
}
|
||||
.accessibilityIdentifier("sources.view")
|
||||
}
|
||||
|
||||
// MARK: - Sources List
|
||||
|
||||
Reference in New Issue
Block a user