-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes contribution that is split #5050
Conversation
ee952d6
to
c369879
Compare
c369879
to
1702176
Compare
Fix is small only in files |
@@ -185,6 +185,7 @@ export default class ModalActivity extends React.PureComponent<Props, State> { | |||
|
|||
return ( | |||
<TableTransactions | |||
id={'transactionTable'} |
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.
Question: noticed that you're using id
here instead of data-test-id
. Any particular reason?
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.
id is prop that is accepted in the component. Would be good to refactor component to set data-test-id like you said
Verified using a mix of
and
Note, there are two entries on Monthly Statement and two notifications. Per discussion with @NejcZdovc this is expected since we log both the contribution from UGP/VG and Uphold.
|
Added `widevineConfig.fakeWidevineCdmLibFilePath` This fixes a [warning found by lgtm](https://lgtm.com/projects/g/brave/brave-browser/snapshot/49c71729b7002b76ad3cade9853fce2f7e1ed149/files/lib/util.js?sort=name&dir=ASC&mode=heatmap). The same operand was used twice in an if statement.
Added `widevineConfig.fakeWidevineCdmLibFilePath` This fixes a [warning found by lgtm](https://lgtm.com/projects/g/brave/brave-browser/snapshot/49c71729b7002b76ad3cade9853fce2f7e1ed149/files/lib/util.js?sort=name&dir=ASC&mode=heatmap). The same operand was used twice in an if statement.
Resolves brave/brave-browser#8828
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.