Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Manual tests for macOS 0.11.0 RC3 #2390

Closed
74 tasks done
aekeus opened this issue Jul 4, 2016 · 1 comment
Closed
74 tasks done

Manual tests for macOS 0.11.0 RC3 #2390

aekeus opened this issue Jul 4, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@aekeus
Copy link
Member

aekeus commented Jul 4, 2016

Installer

  1. Check that installer is close to the size of last release.
  2. 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.
  3. Check Brave, electron, and libchromiumcontent version in About and make sure it is EXACTLY as expected.

About pages

  1. Test that about:bookmarks loads bookmarks
  2. Test that about:downloads loads downloads
  3. Test that about:preferences changing a preference takes effect right away
  4. Test that about:preferences language change takes effect on re-start
  5. Test that about:passwords loads

Context menus

  1. Make sure context menu items in the URL bar work
  2. Make sure context menu items on content work with no selected text.
  3. Make sure context menu items on content work with selected text.
  4. Make sure context menu items on content work inside an editable control (input, textarea, or contenteditable).

Find on page

  1. Ensure search box is shown with shortcut
  2. Test successful find
  3. Test forward and backward find navigation
  4. Test failed find shows 0 results
  5. Test match case find

Site hacks

  1. Test twitch.tv sub-page loads a video and you can play it

Downloads

  1. Test downloading a file works and that all actions on the download item works.

Fullscreen

  1. Test that entering full screen window works View -> Toggle Full Screen. And exit back (Not Esc).
  2. Test that entering HTML5 full screen works. And Esc to go back. (youtube.com)

Tabs and Pinning

  1. Test that tabs are pinnable
  2. Test that tabs are unpinnable
  3. Test that tabs are draggable to same tabset
  4. Test that tabs are draggable to alternate tabset

Zoom

  1. Test zoom in / out shortcut works
  2. Test hamburger menu zooms.
  3. Test zoom saved when you close the browser and restore on a single site.
  4. Test zoom saved when you navigate within a single origin site.
  5. Test that navigating to a different origin resets the zoom

Bookmarks

  1. Test that creating a bookmark on the bookmarks toolbar works
  2. Test that creating a bookmark folder on the bookmarks toolbar works
  3. Test that moving a bookmark into a folder by drag and drop on the bookmarks folder works
  4. Test that clicking a bookmark in the toolbar loads the bookmark.
  5. Test that clicking a bookmark in a bookmark toolbar folder loads the bookmark.

Bravery settings

  1. Check that HTTPS Everywhere works by loading http://www.apple.com
  2. Turning HTTPS Everywhere off and shields off both disable the redirect to apple.com
  3. Check that ad replacement works on http://slashdot.org
  4. Check that toggling to blocking and allow ads works as expected.
  5. Test that clicking through a cert error in badssl.com works.
  6. Test that Safe Browsing works (excellentmovies.net)
  7. Turning Safe Browsing off and shields off both disable safe browsing for excellentmovies.net.
  8. 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.
  9. Test that about:preferences default Bravery settings take effect on pages with no site settings.
  10. Test that turning on fingerprinting protection in about:preferences blocks fingerprint at http://browserleaks.com/canvas. Test that turning it off in the Bravery menu shows the fingerprint again.
  11. Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/7/ when 3rd party cookies are blocked.
  12. Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.

Content tests

  1. Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
  2. Go to brianbondy.com and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
  3. 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.
  4. Go to https://trac.torproject.org/projects/tor/login and make sure that the password can be saved. Make sure the saved password shows up in about:passwords.
  5. Open a github issue and type some misspellings, make sure they are underlined.
  6. Make sure that right clicking on a word with suggestions gives a suggestion and that clicking on the suggestion replaces the text.
  7. 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.
  8. Make sure that clicking links from gmail or inbox.google.com works.

Flash tests

  1. 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.

Per release specialty tests

  1. Added LastPass support. (add LastPass #2316)
  2. Added WebRTC fingerprinting protection. (add option to disable webrtc #260)
  3. Added Flash Click to Play support (Flash is only available after enabling Flash in preferences explicitly). (Sites with Flash content that don't redirect to Flash installer need click-to-play #2279)
  4. Added lookup selection to context menu for macOS. (Add a "Look Up Selection" context menu item in OS X when there is a selection #1627)
  5. Changed pin tab option to not show for about:blank and about:newtab. (Don't show an option to pin about:blank and about:newtab #2253)
  6. Changed user agent for Adobe Flash website Brave detection. (811e742)
  7. Fixed 1password auto-start. (1password auto-start stopped working #2298)
  8. Fixed 1password auto-fill regression. (1password auto-fill broken by newest update #2308)
  9. Fixed session tabs 1password bug. (Using 1password in a new session tab somehow breaks 1password in normal tabs #2303)
  10. Fixed downloads bar overflow. (Downloads bar has overflow when maximized #2322)
  11. Fixed selection menu to truncate properly. (Search selection doesn’t truncate early enough #2240)
  12. Fixed cookie changes not persisting to disk on fast shutdown. (Cookie changes not persisting to disk on fast shutdown #2335)

Session storage

  1. 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)
  2. Make sure that data from the last version appears in the new version OK.
  3. Test that windows and tabs restore when closed, including active tab.
  4. Test that the previous version's cookies are preserved in the next version.
  5. Move away your entire ~/Library/Application\ Support/Brave folder (%appdata%\Brave in Windows, ./config/brave in Ubuntu)

Update tests

  1. Test that updating using BRAVE_UPDATE_VERSION=0.8.3 env variable works correctly.
@aekeus aekeus added the tests label Jul 4, 2016
@aekeus aekeus self-assigned this Jul 4, 2016
@aekeus aekeus added this to the 0.11.0dev milestone Jul 4, 2016
@aekeus
Copy link
Member Author

aekeus commented Jul 4, 2016

All tests pass ??

[--- Commented from Asana.com
#commenter brad richter
---[aa]

@bbondy bbondy closed this as completed Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants