Skip to content

Commit 98256c7

Browse files
committed
upload_workflow.feature
1 parent 3d82511 commit 98256c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@tool @tool_lifecycle @_file_upload @upload_workflow
2+
Feature: Upload a workflow definition
3+
4+
@javascript
5+
Scenario: Upload a new workflow
6+
Given I log in as "admin"
7+
And I am on workflowdrafts page
8+
And I click on "Upload workflow" "link"
9+
And I upload "admin/tool/lifecycle/tests/fixtures/simpleworkflow.xml" file to "File" filemanager
10+
And I press "Upload"
11+
Then I should see "A Workflow"

0 commit comments

Comments
 (0)