Skip to content
Snippets Groups Projects
Commit f35aee50 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to test/test_module_freetext.py

parent 9059d6bf
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #77887 passed
......@@ -47,7 +47,7 @@ class TestFreeTextModuleWithSetUp(unittest.TestCase):
"""Type content into body to make it grow, and assert growth."""
before_width, before_height = self.freetext_module.get_size()
# make enough newlines into the body to force the module to grow
# Make enough newlines into the body to force the module to grow
# vertically
for _ in range(30):
QTest.keyClick(self.freetext_module.text_edit_body, Qt.Key_Enter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment