-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PC-34190)[PRO] feat: Remove the partners networks field in collectiv…
…e venue page.
- Loading branch information
1 parent
1e473b5
commit 2e49720
Showing
12 changed files
with
13 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pro/src/pages/AdageIframe/app/components/HighlightBanner/HighlightBanner.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,9 +159,6 @@ describe('CollectiveDataEdition', () => { | |
) | ||
const interventionAreaField = screen.getByLabelText(/Zone de mobilité/) | ||
const statusField = screen.getByLabelText(/Statut/) | ||
const culturalPartnersField = screen.getByLabelText( | ||
/Réseaux partenaires EAC/ | ||
) | ||
|
||
expect(descriptionField).toBeInTheDocument() | ||
expect(studentsField).toBeInTheDocument() | ||
|
@@ -171,7 +168,6 @@ describe('CollectiveDataEdition', () => { | |
expect(domainsField).toBeInTheDocument() | ||
expect(interventionAreaField).toBeInTheDocument() | ||
expect(statusField).toBeInTheDocument() | ||
expect(culturalPartnersField).toBeInTheDocument() | ||
}) | ||
|
||
it('should display dms timeline if venue has dms application and ff active', async () => { | ||
|
@@ -439,7 +435,6 @@ describe('CollectiveDataEdition', () => { | |
collectiveEmail: '[email protected]', | ||
collectiveInterventionArea: [], | ||
collectiveLegalStatus: { id: 1, name: 'statut 1' }, | ||
collectiveNetwork: [], | ||
collectivePhone: '', | ||
collectiveStudents: [], | ||
collectiveWebsite: '', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters