Skip to content

Commit

Permalink
Added scroll to tinymce delay test to bring it into view
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Dec 15, 2023
1 parent a145d7b commit 245ffd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deformdemo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3400,6 +3400,7 @@ class DelayedRichTextWidgetTests(Base, unittest.TestCase):
def test_submit_filled(self):
findcss(".tinymce-preload").click()
time.sleep(0.5)
ActionChains(browser).scroll_by_amount(0, 200).perform()
browser.switch_to.frame(browser.find_element(By.TAG_NAME, "iframe"))
findid("tinymce").click()
findid("tinymce").send_keys("hello")
Expand Down

0 comments on commit 245ffd2

Please sign in to comment.