BDD file with acceptance criteria for transferring projects to another user, describing each step of the feature and user permissions.
Feature: As an owner or admin, I want to transfer projects to another user
Scenario: Settings page
Given I am on the workspace settings page
Then I will see an option to transfer projects to another user
Scenario: Selecting projects to transfer
Given I am on the project selection page
When I select a project
Then the project transfer cta will show
Scenario: Attempting to transfer more than 10 projects
Given I have selected more than 10 projects
Then I should see a warning message
And I should not be able to transfer these projects