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
chrome.commands.onCommand.trigger('current-tab-1') //triggers function and can see print message
assert.ok(chrome.commands.onCommand.addListener.calledOnce); // works fine
assert.ok(chrome.commands.onCommand.addListener.withArgs('current-tab-1').calledOnce); //fails
following code support to return
true
The text was updated successfully, but these errors were encountered: