mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 13:02:42 +00:00
macOS: reduce press duration
This commit is contained in:
@@ -77,7 +77,7 @@ final class GhosttyTitlebarTabsUITests: GhosttyCustomConfigCase {
|
||||
let firstTabInSecondWindow = app.windows.element(boundBy: 1).tabs.element(boundBy: 0)
|
||||
|
||||
// drag a tab from one window to another
|
||||
firstTabInFirstWindow.press(forDuration: 1, thenDragTo: firstTabInSecondWindow)
|
||||
firstTabInFirstWindow.press(forDuration: 0.2, thenDragTo: firstTabInSecondWindow)
|
||||
|
||||
// check tabs in the first
|
||||
checkTabsGeometry(app.windows.firstMatch)
|
||||
|
||||
Reference in New Issue
Block a user