mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 06:11:37 +03:00
Use semantic key synonym
This commit is contained in:
parent
155b0e4c99
commit
5426ed14a3
@ -229,7 +229,7 @@ def test_text_tool_wrapping(snap_compare: SnapCompareType):
|
|||||||
|
|
||||||
await click_by_index('#tools_box Button', 9)
|
await click_by_index('#tools_box Button', 9)
|
||||||
await drag('#canvas', [Offset(x=5, y=8), Offset(x=24, y=16)])
|
await drag('#canvas', [Offset(x=5, y=8), Offset(x=24, y=16)])
|
||||||
for key in ('T', 'e', 'x', 't', 'space', 'T', 'o', 'o', 'l', 'space', 'T', 'e', 's', 't', 'space', 'left_parenthesis', 'T', 'T', 'T', 'right_parenthesis', 'n', 'e', 'w', 'space', 'l', 'i', 'n', 'e', 'space', 's', 't', 'a', 'r', 't', 's', 'space', 'h', 'e', 'r', 'e', 'a', 'n', 'd', 'space', 'h', 'e', 'r', 'e', 'space', 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c', 'a', 'l', 'minus', 'l', 'y'):
|
for key in ('T', 'e', 'x', 't', 'space', 'T', 'o', 'o', 'l', 'space', 'T', 'e', 's', 't', 'space', 'left_parenthesis', 'T', 'T', 'T', 'right_parenthesis', 'n', 'e', 'w', 'space', 'l', 'i', 'n', 'e', 'space', 's', 't', 'a', 'r', 't', 's', 'space', 'h', 'e', 'r', 'e', 'a', 'n', 'd', 'space', 'h', 'e', 'r', 'e', 'space', 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c', 'a', 'l', 'hyphen', 'l', 'y'):
|
||||||
await pilot.press(key)
|
await pilot.press(key)
|
||||||
|
|
||||||
assert snap_compare(PAINT, run_before=automate_app, terminal_size=LARGER)
|
assert snap_compare(PAINT, run_before=automate_app, terminal_size=LARGER)
|
||||||
|
Loading…
Reference in New Issue
Block a user