fixed #1564: cleanup updates requested for bookmark context menu

This commit is contained in:
Kendall Werts
2019-10-30 16:44:51 -05:00
parent f159e42029
commit f653b5420f
5 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ module.exports = () => {
getURL: sinon.stub().returns("moz-extension://multi-account-containers/confirm-page.html")
},
permissions: {
getAll: sinon.stub().returns({"permissions": ["bookmarks"]})
contains: sinon.stub().returns(true)
}
};