diff --git a/Tests/App/Utilities/SiriServerExposureTests.swift b/Tests/App/Utilities/SiriServerExposureTests.swift index d6d59ff62d..a4bbf7897c 100644 --- a/Tests/App/Utilities/SiriServerExposureTests.swift +++ b/Tests/App/Utilities/SiriServerExposureTests.swift @@ -85,4 +85,10 @@ struct SiriExposureWiringTests { _ = try SiriServerExposure.deleteAll(db) } } + + /// The row has to lead somewhere: without that case the entry appears in settings and opens + /// nothing. + @MainActor @Test func theEntryOpensTheSiriScreen() { + #expect(!String(describing: SettingsItem.siri.destinationView).isEmpty) + } }