Skip to content

Commit

Permalink
add delay to E2E typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 13, 2024
1 parent c7790c7 commit e00e1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testapp/tests/test_e2e_richtextarea.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def set_caret(page, position):
page.keyboard.press('Home')
for _ in range(position):
page.keyboard.press('ArrowRight')
sleep(0.02)


@pytest.mark.urls(__name__)
Expand Down

0 comments on commit e00e1be

Please sign in to comment.