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.6 Beta4 #3364

Closed
luixxiul opened this issue Aug 24, 2016 · 0 comments
Closed

Manual tests for macOS 0.11.6 Beta4 #3364

luixxiul opened this issue Aug 24, 2016 · 0 comments
Assignees

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Aug 24, 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.

Data

  1. Make sure that data from the last version appears in the new version OK.
  2. Test that the previous version's cookies are preserved in the next version.

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
  6. Test that about:history loads

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.

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 https://www.twitch.tv/adobe 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

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 https://www.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 https://badssl.com/ works.
  6. Test that Safe Browsing works (http://excellentmovies.net/)
  7. Turning Safe Browsing off and shields off both disable safe browsing for http://excellentmovies.net/.
  8. Visit https://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 shows 3 fingerprints blocked at https://jsfiddle.net/bkf50r8v/13/. Test that turning it off in the Bravery menu shows 0 fingerprints blocked.
  11. Test that 3rd party storage results are blank at https://jsfiddle.net/7ke9r14a/9/ when 3rd party cookies are blocked and not blank when 3rd party cookies are unblocked.
  12. Test that audio fingerprint is blocked at https://audiofingerprint.openwpm.com/ when fingerprinting protection is on.

Content tests

  1. Go to https://brianbondy.com/ and click on the twitter icon on the top right. Test that context menus work in the new twitter tab.
  2. Load twitter and click on a tweet so the popup div shows. Click to dismiss and repeat with another div. Make sure it shows.
  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. Open an email on http://mail.google.com/ or inbox.google.com and click on a link. Make sure it works.
  9. Test that PDF is loaded at http://www.orimi.com/pdf-test.pdf
  10. Test that https://mixed-script.badssl.com/ shows up as grey not red (no mixed content scripts are run).

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.
  2. Test that flash placeholder appears on http://www.y8.com/games/superfighters

Per release specialty tests

Autofill

  • Alignment and padding of title on add autofill data popups should match clear browsing data(#3360)
  • Make autofill popup similar to clear browsing data(#3369)
  • Tweaks to fix autofill context menu position (#3389)
  • Form autofill popup should appear under the focused field (#3359)
  • Add Autofill support (#3241)
  • Form fill (Autofill) enhancement (#860)
  • Autofill should not happen on URL bar unless item in autocomplete list is clicked (#3012)(#3225)
  • Editing Autofill entries are not saved. Creates a blank entry(#3368)
  • Brave crashes with segmentation fault when submitting a form (#3398)

    Bookmarks

  • Bookmark title is not updated unbookmarking/rebookmarking bug verified (#3284)
  • Adding bookmark will now properly update title + rendering fix (#3339)
  • Bookmark title (onhover) on bookmark bar cannot be updated (#3080)
  • On clean install, adding a bookmark via the tabs tray does not open the bookmark tray. (#3331)
  • Fix bookmark toolbar not showing on first bookmark from context menu (#3355)
  • Bookmarked page cannot be removed from context menu (#3332)
  • If a site does not have a title, the bookmark should default to the url instead. (#3344)
  • Bookmarks Menu should list the bookmarks like other browsers do (#1993)
  • "auto open bookmarks toolbar for the first bookmark" test needs to be updated (#2941)
  • Bookmarks now show under Bookmarks menu (#3055)
  • Users can create bookmark folders with no name (#3188)(#3190)
  • Bookmark folder names should contain visible text (#3347)(#3412)

    History

  • about:history contains bookmark items as browsing history which can't be cleared (#3330)
  • Bookmarked history entries now show context menu in about:history (#3336)
  • Ctrl + Y is not opening history (#3312)
  • Updates to history page: (#3320)
  • History follow up (#3253)
  • Back button history does not hint at options beyond a certain point. (#2889)
  • Implement history and Ctrl +Y to bring it up (#444)
  • Adds about:history, sets back/forward nav limit, more efficient dynamic menus (#3206)

    Ledger

  • Ledger beta integration (#3195)
  • Preferences : Payments : Add Funds modal alignment appears to be off for Brave wallet address (#3378)
  • Preferences : Payments : Add Funds - Transfer BTC link goes to jsfiddle (#3380)
  • Preferences : Payments : Add Funds modal is misaligned (#3267)
  • Preferences : Payments : monthly budget dropdown is missing units (#3266)
  • Duping texts on ledger welcome page in other languages than English (#3379)
  • Cannot create wallet in packaged builds bug ledger integration (#3308)
  • Left align elements on main ledger screen(#3395)(#3396)

    Fixes

  • Escaping from fullscreen video leaves the browser in fullscreen mode instead of returning to windowed mode. (#3338)
  • Add '.jpg' extension to webpack file-loader (#3309)
  • Handle non-script version of DDG when blocked at filtering level (#3293)
  • Non-script version of DuckDuckGo when blocking scripts is not loaded from context menu (#3285)
  • Brave can't handle URLs with whitespace in it (#3167)
  • Whitespace in url fixes Brave can't handle URLs with whitespace in it #3167 (#3168)
  • Flash on http://www.y8.com/games/superfighters does not work (#3028)
  • Handle mergeable entry after adding(#3373)
  • Clear Browsing Data button on about:preferences not working (#3335)
  • 0.11.6-beta3 always wants to report a crash -- when normally exiting -- on macOS(#3394)
  • location.reload() does not reload the page title (#2798)
  • Add new tab button mouseover effect not working (#3297)
  • Filesystem API cookie not blocked (#3286)
  • Make bookmark and history management look nicer (#441)
  • Clear "Recently Closed" when clearing history (#3287)
  • Shields down shows shows gray block on shield items. (#3307)
  • Cannot quit from hamburger menu. (#3310)
  • 3rd party storage is not fully blocked (#3214)
  • Fixed : Address bar input ignored if no default search engine set (#3254)(#3275)
  • Reordered Hamburger Menu with layout mentioned in update to hamburger menu #1893 (#3003)
  • New tab button too high (#3208)(#3213)
  • After Back/Forward navigation, tab shows page URL instead of page title (#3200)(#3202)
  • Unit Test : "Pinning with partitions" test is failing but the functionality works (#2942)
  • Application icon is with poor resolution on Linux (#3229)(#3230)
  • Adblock files should download once, not repeatedly (#3222)
  • Update to https everywhere 5.2.0 (#2581)
  • Temporarily remove insertions (#3211)
  • HTTPS-E Improvement: Make targets.host UNIQUE, which auto-creates index (#3215)
  • Non-script version of DuckDuckGo when blocking scripts is not loaded from location bar at first instance (#3189)(#3205)
  • Market graph on wsj.com (#2102)
  • Tab-specific notifications should be closed when tab is closed (#3169)
  • Menu items should work immediately after launch (#3022)
  • Update localization files(#3414)
  • route safebrowsing and httpse messages by tabId (#3411)
  • Warning message is not displayed when trying to open excellentmovies.net from URL bar (#3367)
  • Update test fails bug Major tests (#3337)
  • Retrieve status code from response object in metadata request (#3407)
  • Add themeColor data to sites (#3406)
  • fixed typo (#3405)
  • don't send unnecessary ipc messages (#3393)

Ledger

  1. Remove all ledger-*.json files from ~/Library/Application\ Support/Brave/. Go to the Payments tab in about:preferences, enable payments, click on create wallet. Check that the add funds button appears after a wallet is created.
  2. Click on add funds and verify that adding funds through Coinbase increases the account balance.
  3. Visit nytimes.com for a few seconds and make sure it shows up in the Payments table.
  4. Go to https://jsfiddle.net/LnwtLckc/5/ and click the register button. In the Payments tab, click add funds. Verify that the transfer funds button is visible and that clicking on transfer funds opens a jsfiddle URL in a new tab. Then go to https://jsfiddle.net/LnwtLckc/5/ and click unregister.
  5. Check that disabling payments and enabling them again does not lose state.

Session storage

Do not forget to make a backup of your entire ~/Library/Application\ Support/Brave folder.

  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. Test that windows and tabs restore when closed, including active tab.
  3. Move away your entire ~/Library/Application\ Support/Brave folder (%appdata%\Brave in Windows, ./config/brave in Ubuntu)

Cookie and Cache

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

  1. Test that updating using BRAVE_UPDATE_VERSION=0.8.3 env variable works correctly.
@luixxiul luixxiul added this to the 0.11.6dev milestone Aug 24, 2016
@alexwykoff alexwykoff changed the title Manual tests for macOS 0.11.6 Beta3 Manual tests for macOS 0.11.6 Beta4 Aug 25, 2016
@bbondy bbondy modified the milestone: 0.11.6dev Aug 27, 2016
@alexwykoff alexwykoff self-assigned this Aug 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants