Viewing the action bar on personal archive dashboard

BDD file with acceptance criteria for viewing the action bar on the personal archive dashboard, describing each step of the feature and user permissions.
Feature: As a user I want to view the project action bar on Personal Archive projects

Scenario: On the Personal Archive projects dashboard
 Given  I am viewing my personal projects archive
 Then  I can see the option to select a project

Scenario Outline: Action bar has appeared into view
 Given  the action bar appears into view
 Then  I can see options to <action>
 And  the number of projects I have selected

Examples:
| Action |
| Unarchive |
| Delete |

Scenario: Selecting a project
 Given  I have selected multiple projects
 And  the action bar is in view
 Then  I should see options to <action>
 And  the number of projects I have selected

Examples:
| Action |
| Unarchive |
| Delete |

Scenario: Closing the action bar
 Given  I have projects selected
 And  I deselect all projects
 Then  action bar should close