Fix broken hint test
The wait we added a few commits earlier was just plain wrong, filtering the strings isn't going to print that, and shouldn't happen async anyways...
This commit is contained in:
parent
0b310d6910
commit
1f10c7ff94
@ -235,12 +235,13 @@ Feature: Using hints
|
|||||||
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
|
||||||
|
|
||||||
|
# https://github.com/The-Compiler/qutebrowser/issues/576
|
||||||
|
@qtwebengine_flaky
|
||||||
Scenario: Keeping hint filter in rapid mode
|
Scenario: Keeping hint filter in rapid mode
|
||||||
When I open data/hints/number.html
|
When I open data/hints/number.html
|
||||||
And I set hints -> mode to number
|
And I set hints -> mode to number
|
||||||
And I hint with args "all tab-bg --rapid"
|
And I hint with args "all tab-bg --rapid"
|
||||||
And I press the key "t"
|
And I press the key "t"
|
||||||
And I wait for "hints: *" in the log
|
|
||||||
And I run :follow-hint 0
|
And I run :follow-hint 0
|
||||||
And I run :follow-hint 1
|
And I run :follow-hint 1
|
||||||
Then data/numbers/2.txt should be loaded
|
Then data/numbers/2.txt should be loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user