feat: isolate donation views (#40383)

* feat: capitalize all donation cats

* feat: isolate donation page views from donation actions
This commit is contained in:
Ahmad Abdolsaheb
2020-12-07 16:35:28 +03:00
committed by GitHub
parent 2959196b35
commit 26bb9a4e21
4 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ describe('ga-saga', () => {
const mockEventPayload = {
type: 'event',
data: {
category: 'donation',
category: 'Donation',
action: 'year end gift paypal button click'
}
};