Skip to content

Commit

Permalink
fix: campaign application e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov committed Nov 25, 2024
1 parent 9dfbca6 commit 8749ad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ Watch releases of this repository to be notified about future updates:
## Contributors ✨

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-86-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Please check [contributors guide](https://github.com/podkrepi-bg/frontend/blob/master/CONTRIBUTING.md) for:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ async function setupMeAndCampaignTypes(page: Page) {
},
{
id: '34b501f0-b3c3-43d9-9be0-7f7258eeb247',
name: 'Membership',
slug: 'membership',
description: 'Membership Campaigns',
name: 'Elderly',
slug: 'elderly',
description: 'Help elderly people',
parentId: null,
category: 'others',
},
Expand Down

0 comments on commit 8749ad3

Please sign in to comment.