diff --git a/tests/test_completion.lua b/tests/test_completion.lua index 4e4c95c4..aa6df15a 100644 --- a/tests/test_completion.lua +++ b/tests/test_completion.lua @@ -2559,7 +2559,7 @@ T['Snippets']['show full snippet text as info'] = function() -- Should show full snippet text as info type_keys('i', 'M', '', '') sleep(default_info_delay + small_time) - child.expect_screenshot() + child.expect_screenshot({ ignore_attr = true }) type_keys('', '') set_lines({ '' })