mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-16 00:21:24 +00:00
test: only change themes in theme tests
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
import XCTest
|
||||
|
||||
final class GhosttyCommandPaletteTests: GhosttyCustomConfigCase {
|
||||
override static var runsForEachTargetApplicationUIConfiguration: Bool { false }
|
||||
@MainActor func testDismissingCommandPalette() async throws {
|
||||
let app = try ghosttyApplication()
|
||||
app.activate()
|
||||
|
||||
@@ -23,10 +23,6 @@ class GhosttyCustomConfigCase: XCTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
override class var runsForEachTargetApplicationUIConfiguration: Bool {
|
||||
true
|
||||
}
|
||||
|
||||
static let defaultsSuiteName: String = "GHOSTTY_UI_TESTS"
|
||||
|
||||
var configFile: URL?
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
import XCTest
|
||||
|
||||
final class GhosttyMouseStateTests: GhosttyCustomConfigCase {
|
||||
override static var runsForEachTargetApplicationUIConfiguration: Bool { false }
|
||||
|
||||
// https://github.com/ghostty-org/ghostty/pull/11276
|
||||
@MainActor func testSelectionFocusChange() async throws {
|
||||
let app = XCUIApplication()
|
||||
|
||||
@@ -9,6 +9,10 @@ import AppKit
|
||||
import XCTest
|
||||
|
||||
final class GhosttyThemeTests: GhosttyCustomConfigCase {
|
||||
override static var runsForEachTargetApplicationUIConfiguration: Bool {
|
||||
true
|
||||
}
|
||||
|
||||
let windowTitle = "GhosttyThemeTests"
|
||||
private func assertTitlebarAppearance(
|
||||
_ appearance: XCUIDevice.Appearance,
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
import XCTest
|
||||
|
||||
final class GhosttyWindowPositionUITests: GhosttyCustomConfigCase {
|
||||
override static var runsForEachTargetApplicationUIConfiguration: Bool { false }
|
||||
|
||||
// MARK: - Cascading
|
||||
|
||||
@MainActor func testWindowCascading() async throws {
|
||||
|
||||
Reference in New Issue
Block a user