aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/messages_spec.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-03-23 20:01:21 +0100
committerGitHub <noreply@github.com>2024-03-23 20:01:21 +0100
commit3d9c028a4ce1557af7f7269968db5dd0c480f270 (patch)
treefa08e1ee69250026610790531336a9dbef0a4aaf /test/functional/ui/messages_spec.lua
parent2c1e8f7e96926f70151d737ea32f1e6ff3589263 (diff)
parent0c59771e314d6faaad69676985cd2a11c157ee37 (diff)
downloadrneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.tar.gz
rneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.tar.bz2
rneovim-3d9c028a4ce1557af7f7269968db5dd0c480f270.zip
Merge pull request #27980 from bfredl/noignore
refactor(tests): all screen tests should use highlights
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
-rw-r--r--test/functional/ui/messages_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua
index 78f61968e5..d8f8c8c50a 100644
--- a/test/functional/ui/messages_spec.lua
+++ b/test/functional/ui/messages_spec.lua
@@ -2680,6 +2680,7 @@ it('pager works in headless mode with UI attached', function()
local child_session = helpers.connect(child_server)
local child_screen = Screen.new(40, 6)
child_screen:attach(nil, child_session)
+ child_screen._default_attr_ids = nil -- TODO: unskip with new color scheme
child_session:notify('nvim_command', [[echo range(100)->join("\n")]])
child_screen:expect([[