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.
Check that installer is close to the size of last release.
Check signature: If OS Run spctl --assess --verbose /Applications/Brave.app/ and make sure it returns accepted. If Windows right click on the installer exe and go to Properies, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.
About pages
Test that about:bookmarks loads bookmarks
Test that about:downloads loads downloads
Test that about:preferences changing a preference takes effect right away
Test that about:preferences language change takes effect on re-start
Test that about:passwords loads
Bookmarks
Test that creating a bookmark on the bookmarks toolbar works
Test that creating a bookmark folder on the bookmarks toolbar works
Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
Test that clicking a bookmark in the toolbar loads the bookmark.
Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.
Context menus
Make sure context menu items in the URL bar work
Make sure context menu items on content work with no selected text.
Make sure context menu items on content work with selected text.
Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable).
Find on page
Ensure search box is shown with shortcut
Test successful find
Test forward and backward find navigation
Test failed find shows 0 results
Test match case find
Site hacks
Test twitch.tv sub-page loads a video and you can play it
Downloads
Test downloading a file works and that all actions on the download item works.
Fullscreen
Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)
Tabs and Pinning
Test that tabs are pinnable
Test that tabs are unpinnable
Test that tabs are draggable to same tabset
Test that tabs are draggable to alternate tabset
Zoom
Test zoom in / out shortcut works
Test hamburger menu zooms.
Test zoom saved when you close the browser and restore on a single site.
Test zoom saved when you navigate within a single origin site.
Test that navigating to a different origin resets the zoom
Check that toggling to blocking and allow ads works as expected.
Test that clicking through a cert error in badssl.com works.
Test that Safe Browsing works (excellentmovies.net)
Turning Safe Browsing off and shields off both disable safe browsing for excellentmovies.net.
Visit brianbondy.com and then turn on script blocking, nothing should load. Allow it from the script blocking UI in the URL bar and it should work.
Test that about:preferences default Bravery settings take effect on pages with no site settings.
Test that turning on fingerprinting protection in about:preferences shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
Go to brianbondy.com and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
Go to http://www.bennish.net/web-notifications.html and test that clicking on 'Show' pops up a notification asking for permission. Make sure that clicking 'Deny' leads to no notifications being shown.
Open a github issue and type some misspellings, make sure they are underlined.
Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
Make sure that Command + Click (Control + Click on Windows, Control + Click on Ubuntu) on a link opens a new tab but does NOT switch to it. Click on it and make sure it is already loaded.
Make sure that clicking links from gmail or inbox.google.com works.
Turn on Flash in about:preferences#security. Test that clicking on 'Install Flash' banner on myspace.com shows a notification to allow Flash and that the banner disappears when 'Allow' is clicked.
Temporarily move away your ~/Library/Application\ Support/Brave/session-store-1 and test that clean session storage works. (%appdata%\Brave in Windows, ./config/brave in Ubuntu)
Make sure that data from the last version appears in the new version OK.
Test that windows and tabs restore when closed, including active tab.
Test that the previous version's cookies are preserved in the next version.
Move away your entire ~/Library/Application\ Support/Brave folder (%appdata%\Brave in Windows, ./config/brave in Ubuntu)
Cookie and Cache
Make a backup of your profile, turn on all clearing in preferences and shut down. Make sure when you bring the browser back up everything is gone that is specified.
Go to http://samy.pl/evercookie/ and set an evercookie. Check that going to prefs, clearing site data and cache, and going back to the Evercookie site does not remember the old evercookie value.
Update tests
Test that updating using BRAVE_UPDATE_VERSION=0.8.3 env variable works correctly.
The text was updated successfully, but these errors were encountered:
Installer
spctl --assess --verbose /Applications/Brave.app/
and make sure it returnsaccepted
. If Windows right click on the installer exe and go to Properies, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.About pages
Bookmarks
Context menus
Find on page
Site hacks
Downloads
Fullscreen
Tabs and Pinning
Zoom
Bravery settings
Content tests
about:passwords
.Flash tests
Per release specialty tests
CmdOrCtrl+Click
on back, forward or reload buttons. (#2753)<noscript>
tag when noscript is active. (#2671)Session storage
~/Library/Application\ Support/Brave/session-store-1
and test that clean session storage works. (%appdata%\Brave in Windows
,./config/brave
in Ubuntu)~/Library/Application\ Support/Brave
folder (%appdata%\Brave in Windows
,./config/brave
in Ubuntu)Cookie and Cache
Update tests
BRAVE_UPDATE_VERSION=0.8.3
env variable works correctly.The text was updated successfully, but these errors were encountered: