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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
fixbrave#4958
Auditors: @bridiver, @bbondy
Test Plan:
1. Make sure there is no session data
2. npm run start/test should not popup the check default browser modal.
3. BRAVE_FORCE_CHECK_DEFAULT_ON_STARTUP=true npm run start/test
should popup the check default browser modal normally.
darkdh
added a commit
to darkdh/browser-laptop
that referenced
this issue
Oct 19, 2016
BRAVE_IS_DEFAULT_BROWSER for test purpose
fixbrave#4958
Auditors: @bridiver, @bbondy
Test Plan:
1. Make sure there is no session data
2. npm run start/test should not popup the check default browser modal
and overrides brave as default browser.
3. BRAVE_IS_DEFAULT_BROWSER=true npm run start/test should not popup the check default browser modal
and overrides brave as default browser.
4. BRAVE_IS_DEFAULT_BROWSER=false npm run start/test should popup the check default browser modal
and overrides brave not be default browser.
we should skip
NODE_ENV=test
NODE_ENV=development
The text was updated successfully, but these errors were encountered: