Merge branch 'julianuu-test_no_dict'
This commit is contained in:
commit
e4008c4e08
@ -184,6 +184,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Zach-Button
|
* Zach-Button
|
||||||
* Tomasz Kramkowski
|
* Tomasz Kramkowski
|
||||||
* Peter Rice
|
* Peter Rice
|
||||||
|
* Julian Weigt
|
||||||
* Ismail S
|
* Ismail S
|
||||||
* Halfwit
|
* Halfwit
|
||||||
* David Vogt
|
* David Vogt
|
||||||
@ -208,7 +209,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Panashe M. Fundira
|
* Panashe M. Fundira
|
||||||
* Link
|
* Link
|
||||||
* Larry Hynes
|
* Larry Hynes
|
||||||
* Julian Weigt
|
|
||||||
* Johannes Altmanninger
|
* Johannes Altmanninger
|
||||||
* Jeremy Kaplan
|
* Jeremy Kaplan
|
||||||
* Ismail
|
* Ismail
|
||||||
|
@ -184,6 +184,15 @@ Feature: Using hints
|
|||||||
Then the error "Not enough words in the dictionary." should be shown
|
Then the error "Not enough words in the dictionary." should be shown
|
||||||
And data/numbers/5.txt should be loaded
|
And data/numbers/5.txt should be loaded
|
||||||
|
|
||||||
|
Scenario: Dictionary file does not exist
|
||||||
|
When I open data/hints/html/simple.html
|
||||||
|
And I set hints -> dictionary to no_words
|
||||||
|
And I set hints -> mode to word
|
||||||
|
And I run :hint
|
||||||
|
And I press the key "a"
|
||||||
|
Then the error "Word hints requires reading the file at *" should be shown
|
||||||
|
And data/hello.txt should be loaded
|
||||||
|
|
||||||
### Number hint mode
|
### Number hint mode
|
||||||
|
|
||||||
# https://github.com/The-Compiler/qutebrowser/issues/308
|
# https://github.com/The-Compiler/qutebrowser/issues/308
|
||||||
|
Loading…
Reference in New Issue
Block a user