File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
iOS-Swift.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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 " ]
You can’t perform that action at this time.
0 commit comments