Skip to content

Commit 264fd8b

Browse files
committed
Unnecessary Check
1 parent 6eb160a commit 264fd8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CodeEditUITests/Features/NavigatorArea/ProjectNavigator/ProjectNavigatorFileManagementUITests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ final class ProjectNavigatorFileManagementUITests: XCTestCase {
5858
return
5959
}
6060

61-
let newFileEditor = Query.Window.getFirstEditor(window)
62-
XCTAssertTrue(newFileEditor.exists)
63-
XCTAssertNotNil(newFileEditor.value as? String)
64-
6561
guard Query.Navigator.getProjectNavigatorRow(
6662
fileTitle: "New Folder",
6763
navigator

0 commit comments

Comments
 (0)