Feature: As a user I want to be able to manage my project
Scenario Outline: Edit screeens permission
Given I am on prototype project page
And I am <role>
Then I <permissionType> be able to manage my screens
Examples:
| role | permissionType |
| OWNER | will |
| ADMIN | will |
| EDITOR | will |
| INTERNAL_REVIEWER | will not |
| EXTERNAL_REVIEWER | will not |
| EXTERNAL_EDITOR | will |