Bug 1817020 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to James Teh [:Jamie] from comment #2)
> Anna is on leave until May.
> 
> I know how to access about:welcome, but can you tell me how to test the spotlight and callouts? I'm not familiar with those.

Hi Jamie! Upgrade Spotlight can be accessed by opening the browser toolbox console and pasting in the following command: 
`Cc["@mozilla.org/browser/browserglue;1"].getService().wrappedJSObject._showUpgradeDialog()` (If you don't have the browser toolbox available in the tools menu, you can enable it by checking "Enable browser chrome and add-on debugging toolboxes" in the advanced settings of the regular devtools.)

The easiest way to trigger the callouts is to start a new profile and open the Firefox View tab, which will show you the Firefox View feature tour. You *should* be able to reset the tour and see it again by setting `browser.firefox-view.feature-tour` to a value of `{"screen":"FEATURE_CALLOUT_1_A","complete":false}` in about:config, but this hasn't been working for me lately so I'm not sure if the pref has changed. Hope that helps! Thanks for taking a look :)
(In reply to James Teh [:Jamie] from comment #2)
> Anna is on leave until May.
> 
> I know how to access about:welcome, but can you tell me how to test the spotlight and callouts? I'm not familiar with those.

Hi Jamie! Upgrade Spotlight can be accessed by opening the browser toolbox console and pasting in the following command: 
`Cc["@mozilla.org/browser/browserglue;1"].getService().wrappedJSObject._showUpgradeDialog()` (If you don't have the browser toolbox available in the tools menu, you can enable it by checking "Enable browser chrome and add-on debugging toolboxes" in the advanced settings of the regular devtools.)

The easiest way to trigger the callouts is to start a new profile and open the Firefox View tab, which will show you the Firefox View feature tour. You should be able to reset the tour and see it again by setting `browser.firefox-view.feature-tour` to a value of `{"screen":"FIREFOX_VIEW_SPOTLIGHT","complete":false}` in about:config. EDIT: I had the wrong value for the pref. It should work now!
 Hope that helps! Thanks for taking a look :)

Back to Bug 1817020 Comment 3