tests/e2e: fix invalid flows
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -78,6 +78,7 @@ class TestFlowsEnroll(SeleniumTestCase):
 | 
			
		||||
        flow = Flow.objects.create(
 | 
			
		||||
            name="default-enrollment-flow",
 | 
			
		||||
            slug="default-enrollment-flow",
 | 
			
		||||
            title="default-enrollment-flow",
 | 
			
		||||
            designation=FlowDesignation.ENROLLMENT,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
@ -154,6 +155,7 @@ class TestFlowsEnroll(SeleniumTestCase):
 | 
			
		||||
        flow = Flow.objects.create(
 | 
			
		||||
            name="default-enrollment-flow",
 | 
			
		||||
            slug="default-enrollment-flow",
 | 
			
		||||
            title="default-enrollment-flow",
 | 
			
		||||
            designation=FlowDesignation.ENROLLMENT,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user