Skip to content

Commit da60427

Browse files
committed
macOS: update cascade tests
1 parent 7e02028 commit da60427

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

macos/GhosttyUITests/GhosttyWindowPositionUITests.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ final class GhosttyWindowPositionUITests: GhosttyCustomConfigCase {
2929

3030
app.launch() // window in the center
3131

32-
// app.menuBarItems["Window"].firstMatch.click()
33-
// app.menuItems["_zoomTopLeft:"].firstMatch.click()
34-
//
35-
// // wait for the animation to finish
36-
// try await Task.sleep(for: .seconds(0.5))
32+
app.menuBarItems["Window"].firstMatch.click()
33+
app.menuItems["_zoomTopLeft:"].firstMatch.click()
34+
35+
// wait for the animation to finish
36+
try await Task.sleep(for: .seconds(0.5))
3737

3838
let window = app.windows.firstMatch
3939
let windowFrame = window.frame
40-
// XCTAssertEqual(windowFrame.minX, 0, "Window should be on the left")
40+
XCTAssertEqual(windowFrame.minX, 0, "Window should be on the left")
4141

4242
app.typeKey("n", modifierFlags: [.command])
4343

0 commit comments

Comments
 (0)