stable

Clone or download

Read-only

Test should not rely on full State but only declare and use what they really need

part of story #8283 Enhance project creation user experience Change-Id: I12dec8ff4d43a71128a67a8e9752593a99f71431

Modified Files

Name
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts +2 −21 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +69 −84 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.test.ts +52 −54 Go to diff View file
A src/www/scripts/project/registration/src/components/Information/Input/__snapshots__/ProjectInformationInputPrivacySwitch.test.ts.snap +7 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +2 −14 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts +2 −21 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts +1 −22 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts +1 −13 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts +1 −16 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts +2 −15 Go to diff View file
M src/www/scripts/project/registration/src/store/getters.test.ts +12 −73 Go to diff View file
M src/www/scripts/project/registration/src/store/mutations.test.ts +10 −44 Go to diff View file