File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3350,7 +3350,7 @@ T['builtin.help()']['handles consecutive applications'] = function()
33503350 set_picker_query ({ ' :helpg' })
33513351 type_keys (' <CR>' )
33523352
3353- child .expect_screenshot ({ ignore_attr = child .fn .has (' nvim-0.12' ) == 0 })
3353+ child .expect_screenshot ({ ignore_attr = child .fn .has (' nvim-0.12' ) == 0 , ignore_text = { 13 } })
33543354end
33553355
33563356T [' builtin.help()' ][' works with `builtin.resume()`' ] = function ()
@@ -3359,15 +3359,15 @@ T['builtin.help()']['works with `builtin.resume()`'] = function()
33593359 type_keys (' <CR>' )
33603360 sleep (small_time )
33613361 local ignore_attr = child .fn .has (' nvim-0.12' ) == 0
3362- child .expect_screenshot ({ ignore_attr = ignore_attr })
3362+ child .expect_screenshot ({ ignore_attr = ignore_attr , ignore_text = { 13 } })
33633363
33643364 child .cmd (' close' )
33653365 eq (# child .api .nvim_list_wins (), 1 )
33663366
33673367 child .lua_notify (' MiniPick.builtin.resume()' )
33683368 type_keys (' <CR>' )
33693369 sleep (small_time )
3370- child .expect_screenshot ({ ignore_attr = ignore_attr })
3370+ child .expect_screenshot ({ ignore_attr = ignore_attr , ignore_text = { 13 } })
33713371end
33723372
33733373T [' builtin.help()' ][' respects `opts`' ] = function ()
You can’t perform that action at this time.
0 commit comments