Skip to content

Commit 4355b03

Browse files
committed
put back testing stuff
1 parent 9e2110e commit 4355b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26-
buildConfiguration = "Test"
26+
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">

Samples/iOS-Swift/iOS-SwiftUITests/ProfilingUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class ProfilingUITests: XCTestCase {
2121
}
2222

2323
app.buttons["Start transaction"].afterWaitingForExistence("Couldn't find button to start transaction").tap()
24-
app.buttons["ANR fully blocking"].afterWaitingForExistence("Couldn't find button to ANR").tap()
24+
app.buttons["ANR filling run loop"].afterWaitingForExistence("Couldn't find button to ANR").tap()
2525
app.buttons["Stop transaction"].afterWaitingForExistence("Couldn't find button to end transaction").tap()
2626

2727
let textField = app.textFields["io.sentry.ui-tests.profile-marshaling-text-field"]

0 commit comments

Comments
 (0)