Skip to content

Commit c730414

Browse files
authored
fix: campaign application e2e test (#1985)
1 parent 9dfbca6 commit c730414

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Watch releases of this repository to be notified about future updates:
100100
## Contributors ✨
101101

102102
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
103+
103104
[![All Contributors](https://img.shields.io/badge/all_contributors-86-orange.svg?style=flat-square)](#contributors-)
105+
104106
<!-- ALL-CONTRIBUTORS-BADGE:END -->
105107

106108
Please check [contributors guide](https://github.com/podkrepi-bg/frontend/blob/master/CONTRIBUTING.md) for:

e2e/tests/regression/campaign-application/campaign-application-giver.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ async function setupMeAndCampaignTypes(page: Page) {
252252
},
253253
{
254254
id: '34b501f0-b3c3-43d9-9be0-7f7258eeb247',
255-
name: 'Membership',
256-
slug: 'membership',
257-
description: 'Membership Campaigns',
255+
name: 'Elderly',
256+
slug: 'elderly',
257+
description: 'Help elderly people',
258258
parentId: null,
259259
category: 'others',
260260
},

0 commit comments

Comments
 (0)