We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421483b commit d628eeaCopy full SHA for d628eea
tests/test_ajax_plugin.py
@@ -294,6 +294,7 @@ def test_form_submission_with_parameters(self):
294
self.assertIn("result", json_data)
295
296
297
+@skipIf(cms_version < "4", "Form rendering tests require django CMS 4 or higher")
298
class FormEntryCreationTestCase(TestFixture, CMSTestCase):
299
"""Tests for FormEntry creation during form submission"""
300
0 commit comments