This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
Automated tests fixes #7950
Comments
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"`
4 tasks
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"`
4 tasks
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
Addresses #7950 Auditors: Test Plan:
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.
Describe the issue you encountered
NavigationBar
Promise was rejected with the following reason: timeout
Error
WaitUntilTimeoutError: element (#navigator .removeBookmarkButton) still not existing after 10000ms
at isExisting("#navigator .removeBookmarkButton") - waitForExist.js:37:22
About
WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
at getUrl() - brave.js:725:4
Autofill
Autofill credit card autofills the credit card:
WaitUntilTimeoutError: Promise was rejected with the following reason: timeout
at getValue("[name="41ccnumber"]") - brave.js:455:23
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
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
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
Autofill ad-hoc autofill regular tab "before all" hook:
RuntimeError: unknown error: devTools is not defined
at execute(, true) - brave.js:485:19
Autofill ad-hoc autofill session tab "before all" hook:
RuntimeError: unknown error: devTools is not defined
at execute(, true) - brave.js:485:19
Autofill ad-hoc autofill private tab "before all" hook:
RuntimeError: unknown error: devTools is not defined
at execute(, true) - brave.js:485:19
Autofill ad-hoc autofill clear autocomplete data "before all" hook:
RuntimeError: unknown error: devTools is not defined
at execute(, true) - brave.js:485:19
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
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
RuntimeError: unknown error: devTools is not defined
at execute(, true) - brave.js:485:19
The text was updated successfully, but these errors were encountered: