Skip to content

Commit

Permalink
Merge branch 'development' into 7638-px-creation-ui-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-huridocs authored Feb 11, 2025
2 parents 5fe1e4e + a3e3262 commit a0835c6
Show file tree
Hide file tree
Showing 41 changed files with 733 additions and 1,037 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_e2e_cypress_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -51,7 +51,7 @@ jobs:
- run: sudo apt-get install poppler-utils
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_e2e_cypress_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -51,7 +51,7 @@ jobs:
- run: sudo apt-get install poppler-utils
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_e2e_cypress_ssettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -51,7 +51,7 @@ jobs:
- run: sudo apt-get install poppler-utils
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_e2e_puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -48,7 +48,7 @@ jobs:
- run: sudo apt-get install poppler-utils
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ts_emit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ts_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mongodb-port: 27017

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn install
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: ${{ runner.os }}-build-${{ hashFiles('app/**/*.*') }}-${{ hashFiles('database/**/*.*') }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/run.js') }}-${{ hashFiles('**/server.js') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn install
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: ${{ runner.os }}-build-${{ hashFiles('app/**/*.*') }}-${{ hashFiles('database/**/*.*') }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/run.js') }}-${{ hashFiles('**/server.js') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_testing_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn install
- name: Cache build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./prod
key: ${{ runner.os }}-build-${{ hashFiles('app/**/*.*') }}-${{ hashFiles('database/**/*.*') }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/run.js') }}-${{ hashFiles('**/server.js') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
11 changes: 9 additions & 2 deletions cypress/cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ declare global {
interface Chainable {
selection(subject: string, fn: any): Chainable;
setSelection(subject: string, query?: string | object, endQuery?: any[]): Chainable;
clearAndType(selector: string, value: string, options? = {}): Chainable;
addTimeLink(duration: number, label: string, index?: number): Chainable;
clearAndType(selector: string, value: string, options?): Chainable;
addTimeLink(
duration: number,
label: string,
index?: number,
seconds?: number,
minutes?: number
): Chainable;
blankState(): Chainable;
getByTestId(id: string): Chainable<Element>;
shouldNotBeActionable(
Expand All @@ -26,6 +32,7 @@ declare global {
): Chainable<Element>;
checkAccessibility(components: React.ReactNode[]);
realDragAndDrop(subject: Chainable, target: Chainable): void;
waitForLegacyNotifications();
// setCursor(subject: string, options?: Partial<TypeOptions>): Chainable<Element>;
// setCursorBefore(subject: string, options?: Partial<TypeOptions>): Chainable<Element>;
// setCursorAfter(subject: string, options?: Partial<TypeOptions>): Chainable<Element>;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a0835c6

Please sign in to comment.