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

Automated tests fixes #7950

Closed
NejcZdovc opened this issue Mar 29, 2017 · 0 comments · Fixed by #7951
Closed

Automated tests fixes #7950

NejcZdovc opened this issue Mar 29, 2017 · 0 comments · Fixed by #7951

Comments

@NejcZdovc
Copy link
Contributor

NejcZdovc commented Mar 29, 2017

Describe the issue you encountered

NavigationBar

  1. navigationBar tests submit page that does not load sets location to new URL:
    Promise was rejected with the following reason: timeout
    Error
  2. navigationBar tests auto open bookmarks toolbar for the first bookmark should remain hidden if user has bookmarks but has toolbar hidden:
    WaitUntilTimeoutError: element (#navigator .removeBookmarkButton) still not existing after 10000ms
    at isExisting("#navigator .removeBookmarkButton") - waitForExist.js:37:22

About

  1. Regular payment panel tests can setup payments "before each" hook for "shows welcome page":
    WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
    at getUrl() - brave.js:725:4

Autofill

  1. Autofill credit card autofills the credit card:
    WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
    at getValue("[name="41ccnumber"]") - brave.js:455:23

  2. Autofill credit card autofills the credit card in a private tab:
    WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
    at getValue("[name="41ccnumber"]") - brave.js:455:23

  3. Autofill credit card autofills the updated credit card when edited:
    WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
    at getValue("[name="41ccnumber"]") - brave.js:455:23

  4. Autofill clear autofill data autofills the credit card:
    WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
    at getValue("[name="41ccnumber"]") - brave.js:455:23

  5. Autofill ad-hoc autofill regular tab "before all" hook:
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19

  6. Autofill ad-hoc autofill session tab "before all" hook:
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19

  7. Autofill ad-hoc autofill private tab "before all" hook:
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19

  8. Autofill ad-hoc autofill clear autocomplete data "before all" hook:
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19

  9. Autofill autofill context menu "before each" hook for "hide when scroll":
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19

Findbar

  1. findBar remembers findbar input when switching frames:
    NoSuchElement: An element could not be located on the page using the given search parameters.
    at element("[data-test-id="closeTabIcon"]") - click.js:12:17
    at elementIdClick("0.018681700734820783-7") - click.js:20:22

Preferences

  1. General Panel homepage multiple homepages direct input:
    RuntimeError: unknown error: devTools is not defined
    at execute(, true) - brave.js:485:19
@NejcZdovc NejcZdovc added this to the 0.14.1 milestone Mar 29, 2017
@NejcZdovc NejcZdovc self-assigned this Mar 29, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Mar 29, 2017
Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Mar 29, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Mar 30, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Mar 30, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 3, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 3, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 3, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
bridiver pushed a commit that referenced this issue Apr 4, 2017
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 4, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 5, 2017
Navbar test fix

Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit to NejcZdovc/browser-laptop that referenced this issue Apr 5, 2017
Resolves brave#7950

Auditors: @bsclifton

Test Plan:
- `npm run test -- --grep="navigationBar tests"`
NejcZdovc added a commit that referenced this issue Apr 5, 2017
Automated tests fixes and refactoring
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants