Stabilize hint test which failed on macOS
This commit is contained in:
parent
ad2598b475
commit
8c4bc76de6
@ -792,6 +792,8 @@ class HintManager(QObject):
|
|||||||
else:
|
else:
|
||||||
self._context.filterstr = filterstr
|
self._context.filterstr = filterstr
|
||||||
|
|
||||||
|
log.hints.debug("Filtering hints on {!r}".format(filterstr))
|
||||||
|
|
||||||
visible = []
|
visible = []
|
||||||
for label in self._context.all_labels:
|
for label in self._context.all_labels:
|
||||||
try:
|
try:
|
||||||
|
@ -296,6 +296,7 @@ Feature: Using hints
|
|||||||
And I set hints.mode to number
|
And I set hints.mode to number
|
||||||
And I hint with args "all"
|
And I hint with args "all"
|
||||||
And I press the key "s"
|
And I press the key "s"
|
||||||
|
And I wait for "Filtering hints on 's'" in the log
|
||||||
And I run :follow-hint 1
|
And I run :follow-hint 1
|
||||||
Then data/numbers/7.txt should be loaded
|
Then data/numbers/7.txt should be loaded
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user