diff --git a/common/constants/messages.js b/common/constants/messages.js index 4c69e14a9..363e041cc 100644 --- a/common/constants/messages.js +++ b/common/constants/messages.js @@ -7,6 +7,7 @@ export const validationErrorMessages = { 'Minimum password requirements: 8 characters, 1 Lowercase Letter, 1 Uppercase Letter, 1 Number', passwordsMatch: 'Passwords must match', codeOfConduct: 'You must agree to our Code of Conduct', + slackGuidelines: 'You must agree to our Slack workspace guidelines', }; export const networkErrorMessages = { diff --git a/common/constants/urls.js b/common/constants/urls.js index c3417d521..fb4f84545 100644 --- a/common/constants/urls.js +++ b/common/constants/urls.js @@ -2,5 +2,6 @@ const s3hostName = 'operation-code-assets.s3.us-east-2.amazonaws.com'; const s3 = `https://${s3hostName}/`; const leadershipCircleLink = 'https://secure.lglforms.com/form_engine/s/L428AQ2rrsFJQyy5Fbglvg'; const codeOfConduct = `https://github.com/OperationCode/operationcode_docs/blob/master/community/code_of_conduct.md`; +const slackGuidelines = `https://github.com/OperationCode/START_HERE/blob/master/community_guidelines.md`; -module.exports = { s3hostName, s3, leadershipCircleLink, codeOfConduct }; +module.exports = { s3hostName, s3, leadershipCircleLink, codeOfConduct, slackGuidelines }; diff --git a/components/Footer/__tests__/Footer.test.js b/components/Footer/__tests__/Footer.test.js index 59e15ef5f..d53579e4e 100644 --- a/components/Footer/__tests__/Footer.test.js +++ b/components/Footer/__tests__/Footer.test.js @@ -4,7 +4,7 @@ import Footer from '../Footer'; describe('Footer', () => { it('should render with no props passed', () => { - jest.useFakeTimers().setSystemTime(new Date('2023-01-01')); + jest.useFakeTimers().setSystemTime(new Date('2023-03-03')); createShallowSnapshotTest(