Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept dropping strings and URLs to the bookmarks bar menu (#3287)
Task/Issue URL: https://app.asana.com/0/1204006570077678/1208262956542588/f Tech Design URL: CC: ## Description **Acceptance criteria** **AC#1** Given a user on a website When the user drags the URL in the address bar to the bookmarks bar menu or any sub-folder of it and the URL is not part of the bookmarks Then it should add the bookmark to the dropped position **AC#2** Given a user on a website When the user drags the URL in the address bar to the bookmarks bar menu or any sub-folder of it and the URL is part of the bookmarks Then it should not add the bookmark to the dragged position **AC#3** Given a user on the browser When the user drags a URL from another application to the bookmarks bar or any sub-folder of it Then it should add the bookmark to the dropped position **AC#4** Given a user on the browser When the user drags a string that is not a URL from another application or the address bar to the bookmarks bar or any sub-folder of it Then it should not create a bookmark to the dropped position **Steps to test this PR**: 1. Follow the acceptance criteria **Definition of Done**: * [x] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)? --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f) --------- Co-authored-by: Alexey Martemyanov <[email protected]>
- Loading branch information