Feature: As a user I want to leave an annotated comment
Scenario: Annotation cta on comments panel
Given I have the comments panel open
Then I will see an annotation cta
Scenario: Clicking annotation cta on comments panel
Given I click the annotation cta
Then the annotation picker will open
Scenario: Placing annotation on screen
Given I set the annotation position
Then this will apply to my annotated comment
Scenario: Leaving annotated comment
Given I leave an annotated comment
Then I will see the comment annotation on my screen
And it will be noted as an annotation in the comments panel
And a number will assign to it
Scenario: Repositioning annotation
Given I reposition an annotation
Then the position will update to the new placing
Scenario: Multiple annotated comment count
Given I have multiple annotations
Then the count of each comment will assign in sequence of creation
Scenario: Closing comments panel
Given I close the comments panel
Then my annotation on my screen will disappear
Scenario: Opening comments panel with annotated comments
Given I open the comments panel and I have an annotated comment or comments
Then I will see the annotations on the screen
Scenario: Deleting annotated comment
Given I delete an annotated comment
Then the comment will be removed from the comments panel
And the annotation will be removed from the screen