diff --git a/client/client_test.go b/client/client_test.go index 58b052f..ed11dfd 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -2554,16 +2554,6 @@ echo foo`) out = stripRequiredPrefix(t, out, "hishtory tquery -pipefail") testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery") - // Check scrolling with query (with colors so we can confirm it, though this part is MacOS only) - if runtime.GOOS == "darwin" { - out = captureTerminalOutputComplex(t, TmuxCaptureConfig{tester: tester, complexCommands: []TmuxCommand{ - {Keys: "hishtory SPACE tquery SPACE -pipefail ENTER", ExtraDelay: 1.0}, - {Keys: "Down Down"}, - }, includeEscapeSequences: true}) - out = stripTuiCommandPrefix(t, out) - testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery-scrolled") - } - // Check actually selecting it with query out = captureTerminalOutputWithComplexCommands(t, tester, []TmuxCommand{ {Keys: "hishtory SPACE tquery SPACE -pipefail ENTER", ExtraDelay: 1.0}, diff --git a/client/lib/goldens/testRemoveDuplicateRows-enabled-tquery-scrolled b/client/lib/goldens/testRemoveDuplicateRows-enabled-tquery-scrolled deleted file mode 100644 index 239b9df..0000000 --- a/client/lib/goldens/testRemoveDuplicateRows-enabled-tquery-scrolled +++ /dev/null @@ -1,31 +0,0 @@ --pipefail - - - -Search Query: > -pipefail  - -┌───────────────────────────────────────────────────────────────────────────┐ -│ Exit Code Command │ -│───────────────────────────────────────────────────────────────────────────│ -│ 0 hishtory config-set filter-duplicate-commands true │ -│ 0 hishtory config-set displayed-columns 'Exit Code' Command │ -│ 0 echo foo │ -│ 0 echo baz │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -│ │ -└───────────────────────────────────────────────────────────────────────────┘ -hiSHtory: Search your shell history  • ctrl+h help \ No newline at end of file