Skip to content

Commit

Permalink
[QOLDEV-312] put test data requests in test org by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Sep 4, 2023
1 parent 5145313 commit 3a69909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')]"
""")

Expand Down

0 comments on commit 3a69909

Please sign in to comment.