You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN I am looking at the settings page on the Annotations tab
AND I have at least 1 Annotation Stream defined
WHEN I click the red delete button
THEN I am prompted to confirm the action
WHEN I confirm the delete
THEN the Annotation Stream is deleted
AND I see a notification fire (5s duration, success, "[AnnotationStreamName] successfully deleted!"
UI is mostly built out for this story, just needs to be wired up and actually delete AnnotationCard.tsx
The text was updated successfully, but these errors were encountered:
See: https://github.com/influxdata/idpe/issues/9001
See: #241 [creating]
See: #242 [updating]
GIVEN I am looking at the settings page on the Annotations tab
AND I have at least 1 Annotation Stream defined
WHEN I click the red delete button
THEN I am prompted to confirm the action
WHEN I confirm the delete
THEN the Annotation Stream is deleted
AND I see a notification fire (5s duration, success, "[AnnotationStreamName] successfully deleted!"
UI is mostly built out for this story, just needs to be wired up and actually delete
AnnotationCard.tsx
The text was updated successfully, but these errors were encountered: