Prototype project settings

BDD file with acceptance criteria for accessing the prototype project settings page.
Feature: As a user I want to be able to manage my project's settings

Scenario Outline: Project settings permission
 Given  I am <role>
 Then  I <permissionType> be able to manage my project's settings

Examples:
| role | permissionType |
| OWNER | will |
| ADMIN | will |
| EDITOR | will |
| INTERNAL_REVIEWER | will not |
| EXTERNAL_REVIEWER | will not |
| EXTERNAL_EDITOR | will |