Improve tutorial help navigation
This commit is contained in:
@@ -126,6 +126,14 @@ def test_progressive_review_bindings(layout, character_keys, word_keys):
|
||||
assert bindings[str([2, word_keys])] == "REVIEW_CURR_WORD_SPELL"
|
||||
assert bindings[str([3, word_keys])] == "REVIEW_CURR_WORD_PHONETIC"
|
||||
|
||||
|
||||
@pytest.mark.unit
|
||||
@pytest.mark.parametrize("layout", ["desktop", "laptop"])
|
||||
def test_layouts_do_not_bind_removed_keyboard_layout_cycle(layout):
|
||||
bindings = load_bindings(layout)
|
||||
|
||||
assert "CYCLE_KEYBOARD_LAYOUT" not in bindings.values()
|
||||
|
||||
removed_commands = {
|
||||
"REVIEW_PREV_CHAR_PHONETIC",
|
||||
"REVIEW_NEXT_CHAR_PHONETIC",
|
||||
|
||||
Reference in New Issue
Block a user