Skip to content

Commit

Permalink
Fix robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed May 12, 2020
1 parent d390251 commit d674b7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions robot/CCI-Food-Bank/tests/create_delivery_item.robot
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ Via API
# Create test values
${account_name} = Generate Random String
${description} = Generate Random String
${scheduled_date} = Get Current Date
... result_format=datetime

# Create needed data
&{account} = API Create Account
... ${account_name}
&{delivery} = API Create Delivery
... scheduled_date=${scheduled_date}
... status=Scheduled
... supplier=&{account}[Id]

Expand All @@ -36,14 +33,11 @@ Via UI
# Create test values
${account_name} = Generate Random String
${description} = Generate Random String
${scheduled_date} = Get Current Date
... result_format=datetime

# Create needed data
&{account} = API Create Account
... ${account_name}
&{delivery} = API Create Delivery
... scheduled_date=${scheduled_date}
... status=Scheduled
... supplier=&{account}[Id]

Expand Down

0 comments on commit d674b7c

Please sign in to comment.