macOS: reduce press duration

pull/9185/head
Lars 2025-10-16 21:11:51 +02:00 committed by Mitchell Hashimoto
parent b1290dc47b
commit f7608d0b95
1 changed files with 1 additions and 1 deletions

View File

@ -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)