We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9389467 commit 9be5373Copy full SHA for 9be5373
Samples/iOS-Swift/iOS-Swift-UITests/BaseUITest.swift
@@ -33,6 +33,7 @@ extension BaseUITest {
33
func newAppSession() -> XCUIApplication {
34
let app = XCUIApplication()
35
app.launchEnvironment["--io.sentry.ui-test.test-name"] = name
36
+ app.launchArguments.append("--disable-spotlight")
37
return app
38
}
39
0 commit comments