You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Coder Desktop/Coder DesktopUITests/Coder_DesktopUITests.swift
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ final class Coder_DesktopUITests: XCTestCase {
7
7
// In UI tests it is usually best to stop immediately when a failure occurs.
8
8
continueAfterFailure =false
9
9
10
-
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
10
+
// In UI tests it’s important to set the initial state - such as
11
+
// interface orientation - required for your tests before they run. The setUp method is a good place to do this.
0 commit comments