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

Apply suggestion to test/test_module_freetext.py

parent f35aee50
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #77888 canceled
......@@ -52,7 +52,7 @@ class TestFreeTextModuleWithSetUp(unittest.TestCase):
for _ in range(30):
QTest.keyClick(self.freetext_module.text_edit_body, Qt.Key_Enter)
# insert enough keys in the body to force the module to grow
# Insert enough keys in the body to force the module to grow
# horizontally
for _ in range(100):
QTest.keyClick(self.freetext_module.text_edit_body, Qt.Key_A)
......
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