Spinach feature
This commit is contained in:
parent
b7a9e41bd2
commit
6f4576b743
3 changed files with 28 additions and 1 deletions
|
@ -32,3 +32,10 @@ Feature: Project Team management
|
|||
And I click link "Remove from team"
|
||||
Then I visit project "Shop" team page
|
||||
And I should not see "Sam" in team list
|
||||
|
||||
Scenario: Import team from another project
|
||||
Given I own project "Website"
|
||||
And "Mike" is "Website" reporter
|
||||
And I click link "Import team from another project"
|
||||
When I submit "Website" project for import team
|
||||
Then I should see "Mike" in team list as "Reporter"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue