-
Notifications
You must be signed in to change notification settings - Fork 974
Converts DownloadItem and DownloadsBar into redux #9271
Conversation
would you creating automated tests or a manual test plan (as this is not just a copy-and-paste change)? |
will do after this PR is completed |
8826f43
to
baed5bb
Compare
a9abefc
to
f67a0ca
Compare
f67a0ca
to
e196682
Compare
@@ -92,11 +126,11 @@ describe('downloadsBar component', function () { | |||
}) | |||
}) | |||
|
|||
describe('very narrow downloads bar with items', function () { | |||
// skipped until #9176 is merged | |||
describe.skip('very narrow downloads bar with items', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skip?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I skipped this last one, because it uses computes styles and I am working on another PR that will change that in the same version (0.18.x). So that I don't need to change it twice I will fix it in #9176 after this one is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NejcZdovc would you please add that to #5389 for a reminder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's fine as long as you won't forget.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't 😄
just wondering why the last test is skipped, but otherwise ++ |
5584d38
to
32bad94
Compare
Resolves brave#9260 Auditors: @bsclifton Test Plan: - download an item - check if download item is shown - check if you can interact with it (note there is a problem with pause/resume, fixed here brave#9246)
32bad94
to
5a6bbfa
Compare
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #9260
Auditors: @bsclifton
Test Plan:
Reviewer Checklist:
Tests