From 3a699097f517bc3244a02f67b7c5a27f67aaf82f Mon Sep 17 00:00:00 2001 From: ThrawnCA Date: Mon, 4 Sep 2023 13:54:05 +1000 Subject: [PATCH] [QOLDEV-312] put test data requests in test org by default --- test/features/steps/steps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/steps/steps.py b/test/features/steps/steps.py index 69f2d57e..ce7efff3 100644 --- a/test/features/steps/steps.py +++ b/test/features/steps/steps.py @@ -730,6 +730,7 @@ def create_datarequest(context): And I press "Add data request" And I fill in title with random text And I fill in "description" with "Test description" + And I execute the script "$('#field-organizations option:contains(\\'Test Organisation\\')').attr('selected', true)" And I press the element with xpath "//button[contains(@class, 'btn-primary')]" """)