Skip to content

Commit

Permalink
fixing tinymce preload
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Feb 12, 2024
1 parent f523c44 commit 10a9ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deformdemo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3398,7 +3398,7 @@ class DelayedRichTextWidgetTests(Base, unittest.TestCase):
url = test_url("/delayed_richtext/")

def test_submit_filled(self):
findcss(".tinymce-preload").click()
findcss(".tinymce").click()
time.sleep(0.5)
browser.switch_to.frame(browser.find_element(By.TAG_NAME, "iframe"))
ActionChains(browser).scroll_by_amount(0, 200).perform()
Expand Down

0 comments on commit 10a9ff4

Please sign in to comment.