Skip to content

Commit

Permalink
Add BasePageObjects to the list of files for the robot_libdoc task
Browse files Browse the repository at this point in the history
Also removed some trailing whitespace on a couple of lines.
  • Loading branch information
boakley committed Oct 17, 2019
1 parent 65a320f commit 7e0284f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tasks:
- cumulusci.robotframework.PageObjects
- cumulusci.robotframework.Salesforce
- cumulusci/robotframework/Salesforce.robot
- cumulusci/robotframework/pageobjects/BasePageObjects.py

flows:
robot_docs:
Expand All @@ -40,14 +41,14 @@ flows:
test_performance_scratch:
description: Test performance of a scratch org
steps:
1:
1:
task: robot
options:
suites: cumulusci/robotframework/perftests/short
test_performance_LDV:
description: Test performance in an LDV org
steps:
1:
1:
task: robot
options:
suites: cumulusci/robotframework/perftests
Expand Down

0 comments on commit 7e0284f

Please sign in to comment.