diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap index 36d247efaa..b03365b91e 100644 --- a/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap @@ -9,6 +9,7 @@ exports[`Default render 1`] = ` className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l" > @@ -286,6 +287,7 @@ exports[`Render with open menu 1`] = ` className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l" > @@ -574,6 +576,7 @@ exports[`Render with specified profile 1`] = ` className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l" > diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap index 463ad222de..bef0aea986 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap @@ -18,7 +18,7 @@ exports[`Matches shallow shapshot 1`] = ` endDatePlaceholderText="End Date" firstDayOfWeek={null} focusedInput={null} - hideKeyboardShortcutsPanel={true} + hideKeyboardShortcutsPanel={false} horizontalMargin={0} initialVisibleMonth={null} inputIconPosition="before" @@ -46,6 +46,7 @@ exports[`Matches shallow shapshot 1`] = ` "calendarLabel": "Calendar", "chooseAvailableEndDate": [Function], "chooseAvailableStartDate": [Function], + "clearDate": "Clear Date", "clearDates": "Clear Dates", "closeDatePicker": "Close", "dateIsSelected": [Function], @@ -57,8 +58,8 @@ exports[`Matches shallow shapshot 1`] = ` "focusStartDate": "Interact with the calendar and add the check-in date for your trip.", "hideKeyboardShortcutsPanel": "Close the shortcuts panel.", "homeEnd": "Home and end keys", - "jumpToNextMonth": "Move forward to switch to the next month.", - "jumpToPrevMonth": "Move backward to switch to the previous month.", + "jumpToNextMonth": "Next Month", + "jumpToPrevMonth": "Previous Month", "keyboardNavigationInstructions": "Press the down arrow key to interact with the calendar and select a date. Press the question mark key to get the keyboard shortcuts for changing dates.", "keyboardShortcuts": "Keyboard Shortcuts", diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap index 56f3b49c24..4a5a2abfdb 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap @@ -60,6 +60,7 @@ exports[`Matches shallow shapshot 1`] = ` }, ] } + placeholder="Select Keywords" selectRef={[Function]} simpleValue={true} value={null} @@ -131,6 +132,7 @@ exports[`Matches shallow shapshot 1`] = ` }, ] } + placeholder="Select Subtrack" selectRef={[Function]} simpleValue={true} value={null} @@ -276,6 +278,7 @@ exports[`Matches shallow shapshot 2`] = ` multi={true} onChange={[Function]} options={Array []} + placeholder="Select Keywords" selectRef={[Function]} simpleValue={true} value={null} @@ -336,6 +339,7 @@ exports[`Matches shallow shapshot 2`] = ` multi={true} onChange={[Function]} options={Array []} + placeholder="Select Subtrack" selectRef={[Function]} simpleValue={true} value={null} diff --git a/src/client/styles.scss b/src/client/styles.scss index 41ddcb7d3e..d66601079e 100644 --- a/src/client/styles.scss +++ b/src/client/styles.scss @@ -3,6 +3,6 @@ * the page by Topcoder accounts-app. */ #tc-accounts-iframe { border: none; - display: block; + display: none; } } diff --git a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx index 35e654f928..b00bf1f0eb 100644 --- a/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx +++ b/src/shared/components/SubmissionPage/FilestackFilePicker/index.jsx @@ -301,7 +301,7 @@ Uploading: }).then(file => this.onSuccess(file, path)); return undefined; }} - role="button" + role="tab" styleName="drop-zone-mask" tabIndex={0} aria-label="Select file to upload" diff --git a/src/shared/components/SubmissionPage/Submit/index.jsx b/src/shared/components/SubmissionPage/Submit/index.jsx index 7d4c1b5289..53921bf63b 100644 --- a/src/shared/components/SubmissionPage/Submit/index.jsx +++ b/src/shared/components/SubmissionPage/Submit/index.jsx @@ -316,14 +316,15 @@ Please follow the instructions on the Challenge Details page regarding setAgreed(e.target.checked)} /> +
+I UNDERSTAND AND AGREE +
- +