Class mozilla.components.browser.state.action.WebExtensionActionTest

17

tests

0

failures

0

ignored

0.641s

duration

100%

successful

Tests

Test Duration Result
InstallWebExtension - Adds an extension to the BrowserState extensions 0.001s passed
InstallWebExtension - Keeps existing browser and page actions 0.002s passed
UninstallAllWebExtensions - Removes all state of all extensions 0.003s passed
UninstallWebExtension - Removes all state of the uninstalled extension 0.002s passed
UpdateBrowserAction - Updates a global browser action of an existing WebExtensionState on the BrowserState 0.001s passed
UpdatePageAction - Updates a global page action of an existing WebExtensionState on the BrowserState 0.004s passed
UpdatePopupSessionAction - Adds popup session to the web extension state 0.003s passed
UpdateTabBrowserAction - Updates an existing browser action 0.135s passed
UpdateTabBrowserAction - Updates the browser action of an existing WebExtensionState on a given tab 0.002s passed
UpdateTabPageAction - Updates an existing page action 0.001s passed
UpdateTabPageAction - Updates the page action of an existing WebExtensionState on a given tab 0.002s passed
UpdateWebExtension - Update an existing extension 0.001s passed
UpdateWebExtensionAllowedInPrivateBrowsingAction - Updates allowedInPrivateBrowsing state of an existing web extension 0.002s passed
UpdateWebExtensionEnabledAction - Updates enabled state of an existing web extension 0.003s passed
UpdateWebExtensionTabAction - Marks tab active for web extensions 0.004s passed
WHEN ConsumePromptRequestWebExtensionAction is dispatched THEN the actual WebExtensionPromptRequest is removed from the store 0.002s passed
WHEN UpdatePromptRequestWebExtensionAction is dispatched THEN a WebExtensionPromptRequest is added to the store 0.473s passed