You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Invalid selection. You have indicated that this project is not led or supported by First Nations, therefore, you may only choose from zones 1,2,3 or 6.
408
+
return'invalid-geographic-area';
409
+
}
410
+
if(isSubmitted&&firstNationsLedInputChanged){
411
+
// display modal saying
412
+
// Invalid selection. Please first choose from zones 1,2,3 or 6 if this project is not supported or led by First Nations
// Invalid selection. You have indicated that this project is not led or supported by First Nations, therefore, you may only choose from zones 1,2,3 or 6.
@@ -676,6 +688,102 @@ describe('The form page', () => {
676
688
expect(geographicArea).toBeChecked();
677
689
});
678
690
691
+
it('project area page should not allow null on geographic area after submission even when first nation led',async()=>{
692
+
constpayload={
693
+
Application(){
694
+
return{
695
+
id: 'TestApplicationId',
696
+
status: 'submitted',
697
+
intakeByIntakeId: {
698
+
ccbcIntakeNumber: 3,
699
+
closeTimestamp: '2022-09-06T23:59:59-07:00',
700
+
},
701
+
formData: {
702
+
formByFormSchemaId: {
703
+
jsonSchema: schema,
704
+
},
705
+
jsonData: {
706
+
review: {
707
+
acknowledgeIncomplete: true,
708
+
},
709
+
submission: {
710
+
submissionDate: '2023-12-28',
711
+
submissionTitle: 'asdf',
712
+
submissionCompletedBy: 'asdf',
713
+
submissionCompletedFor: 'asdf',
714
+
},
715
+
projectArea: {
716
+
geographicArea: [3],
717
+
firstNationsLed: true,
718
+
},
719
+
techSolution: {
720
+
systemDesign: 'asdfd',
721
+
},
722
+
projectFunding: {
723
+
fundingRequestedCCBC2223: 111,
724
+
totalFundingRequestedCCBC: 111,
725
+
totalApplicantContribution: null,
726
+
},
727
+
acknowledgements: {
728
+
acknowledgementsList: [
729
+
'The Applicant acknowledges that it is under no obligation or prohibition, nor is it subject to, or threatened by any actions, suits or proceedings, which could or would affect its ability to implement this proposed Project.',
730
+
'The Applicant acknowledges that the Program may collect and share Applicant information for purposes that include making enquiries of such persons, firms, corporations, federal and provincial government agencies/departments/ministries, and non-profit organizations as the Program deems necessary in order to reach a decision on this proposed project.',
731
+
'The Applicant acknowledges that any person, who is required to be registered pursuant to the Lobbyists Transparency Act (British Columbia) or the Lobbying Act (Canada), including consultant and in-house lobbyists, must be registered pursuant to, and comply with, those Acts as applicable.',
732
+
'The Applicant acknowledges that, where applicable, the Project may require an assessment under the Impact Assessment Act (Canada) or the Environmental Assessment Act (British Columbia).',
733
+
'The Applicant recognizes that there is a duty to consult Indigenous groups if a funded Project may undertake infrastructure in, or affecting, an Indigenous community, and the Applicant understands that it must provide such information and assistance to the Province or Federal government in connection with such consultation as may reasonably be required, including, but not limited to, those obligations with respect to Indigenous consultation which may be set forth in any Funding Agreement.',
734
+
'The Applicant acknowledges that any current or former public officer holder or public servant employed by the Applicant must comply with the provisions of the Standards of Conduct for BC Public Service employees, the Disclosing a Conflict of Interest: Employee Guideline & Disclosure Form (British Columbia), the Members’ Conflict of Interest Act (British Columbia), the Values and Ethics Code for the Public Service (Canada), the Policy on Conflict of Interest and Post-Employment (Canada), and the Conflict of Interest Act (Canada), as applicable.',
735
+
'The Applicant understands that all costs incurred in the preparation and submission of the application shall be wholly absorbed by the Applicant.',
736
+
'The Applicant understands that the Program reserves the right to make partial awards and to negotiate project scope changes with Applicants.',
737
+
'The Applicant understands that the Program is a discretionary program subject to available funding, and that submission of a complete application, meeting any or all of the eligibility criteria, does not guarantee that funding will be granted. All Applicants whose Projects are approved for funding will be notified in writing.',
738
+
'The Applicant acknowledges that it must ensure compliance with any applicable Canadian national security requirements as defined and/or administered by the Canadian security authorities, and any Provincial security requirements as defined and/or administered by the Province.',
739
+
'The Applicant acknowledges that it must have the managerial and financial capacity to deliver this proposed project on time and within budget and to maintain the infrastructure and services on an ongoing basis for five years after project completion.',
740
+
'The Applicant confirms that it is requesting the lowest possible Program contribution amount required to make this proposed Project financially viable.',
741
+
'The Applicant acknowledges that information provided in this Application Form (including attachments) may be shared between the Province and the Government of Canada and other levels of government to promote the Program and maximize the benefits to Canadian citizens and permanent residents.',
742
+
'The Applicant acknowledges that all activities required for this proposed Project must comply with all applicable federal, provincial, and territorial laws, regulations, municipal and other local by-laws.',
743
+
'The Applicant acknowledges that knowingly making any false statements or misrepresentations, including by omission, in an application may affect its eligibility and may result in the revocation of funding approval.',
744
+
'The Applicant acknowledges that information submitted in an application is subject to the Access to Information Act (Canada) or the Freedom of Information and Protection of Privacy Act (BC), as applicable.',
745
+
'The Applicant confirms that, to the best of its knowledge, the information submitted in this application is true and correct as of the date of submission.',
746
+
],
747
+
},
748
+
projectInformation: {
749
+
projectTitle: 'asdf',
750
+
projectDescription: 'asdfdsa',
751
+
geographicAreaDescription: 'asdf',
752
+
},
753
+
organizationProfile: {
754
+
organizationName: 'asdf',
755
+
},
756
+
existingNetworkCoverage: {
757
+
hasProvidedExitingNetworkCoverage:
758
+
'I have provided existing Network information and/or Coverage to ISED or the CRTC in the past 12 months',
'For this intake, CCBC is considering projects that are in Zones 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, or 14 if the project is not First Nations-led or First Nations-supported.'
0 commit comments