Refactor iOS UI tests to blueprint architecture and migrate legacy suites
This commit is contained in:
@@ -246,6 +246,8 @@ private extension ResidenceDetailView {
|
||||
selectedTaskForComplete: $selectedTaskForComplete,
|
||||
selectedTaskForArchive: $selectedTaskForArchive,
|
||||
showArchiveConfirmation: $showArchiveConfirmation,
|
||||
selectedTaskForCancel: $selectedTaskForCancel,
|
||||
showCancelConfirmation: $showCancelConfirmation,
|
||||
reloadTasks: { loadResidenceTasks(forceRefresh: true) }
|
||||
)
|
||||
} else if isLoadingTasks {
|
||||
@@ -495,6 +497,8 @@ private struct TasksSectionContainer: View {
|
||||
@Binding var selectedTaskForComplete: TaskResponse?
|
||||
@Binding var selectedTaskForArchive: TaskResponse?
|
||||
@Binding var showArchiveConfirmation: Bool
|
||||
@Binding var selectedTaskForCancel: TaskResponse?
|
||||
@Binding var showCancelConfirmation: Bool
|
||||
|
||||
let reloadTasks: () -> Void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user