diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e6b5a53971..3372fe2c710 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -877,6 +877,7 @@ commands: export FEATURE_FLAG_MANAGE_SUPPORTING_DOCS=false export FEATURE_FLAG_THIRD_ADDRESS_AVAILABLE=false export FEATURE_FLAG_QUEUE_MANAGEMENT=false + export FEATURE_FLAG_UNACCOMPANIED_BAGGAGE=false export FEATURE_FLAG_ENABLE_ALASKA=false # disable for speed, playwright tests can fail otherwise @@ -918,6 +919,7 @@ commands: FEATURE_FLAG_MANAGE_SUPPORTING_DOCS: 'false' FEATURE_FLAG_THIRD_ADDRESS_AVAILABLE: 'false' FEATURE_FLAG_QUEUE_MANAGEMENT: 'false' + FEATURE_FLAG_UNACCOMPANIED_BAGGAGE: 'false' FEATURE_FLAG_ENABLE_ALASKA: 'false' command: | SHARD=$((${CIRCLE_NODE_INDEX}+1)) @@ -1500,7 +1502,7 @@ jobs: # # The trailing hyphen in restore_cache seems important # according to the page linked above - - v9-server-tests-coverage- + - v10-server-tests-coverage- - run: name: Ensure Test Coverage Increasing command: | @@ -1556,7 +1558,7 @@ jobs: # Use the BuildNum to update the cache key so that the # coverage cache is always updated - save_cache: - key: v9-server-tests-coverage-{{ .BuildNum }} + key: v10-server-tests-coverage-{{ .BuildNum }} paths: - ~/transcom/mymove/tmp/baseline-go-coverage when: always @@ -1634,7 +1636,7 @@ jobs: # The trailing hyphen in restore_cache seems important # according to the page linked above keys: - - v7-client-tests-coverage- + - v8-client-tests-coverage- - run: name: Ensure Test Coverage Increasing command: | @@ -1686,7 +1688,7 @@ jobs: # Use the BuildNum to update the cache key so that the # coverage cache is always updated - save_cache: - key: v7-client-tests-coverage-{{ .BuildNum }} + key: v8-client-tests-coverage-{{ .BuildNum }} paths: - ~/transcom/mymove/tmp/baseline-jest-coverage when: always diff --git a/.envrc b/.envrc index ea7b3bca7a2..fa8a8246106 100644 --- a/.envrc +++ b/.envrc @@ -154,6 +154,7 @@ export FEATURE_FLAG_NTS=true export FEATURE_FLAG_NTSR=true export FEATURE_FLAG_BOAT=true export FEATURE_FLAG_MOBILE_HOME=true +export FEATURE_FLAG_UNACCOMPANIED_BAGGAGE=false # Feature flag to allow AK to be entered as a state export FEATURE_FLAG_ENABLE_ALASKA=false diff --git a/artifacts/accessibilityReport.html b/artifacts/accessibilityReport.html new file mode 100644 index 00000000000..d112a48c831 --- /dev/null +++ b/artifacts/accessibilityReport.html @@ -0,0 +1,678 @@ + + +
+ + + + + + + + + + + + +# | +Description | +Axe rule ID | +WCAG | +Impact | +Count | +
---|---|---|---|---|---|
1 | +id attribute value must be unique | +duplicate-id | +WCAG 2 Level A, WCAG 4.1.1 | +minor | +8 | +
2 | +Heading levels should only increase by one | +heading-order | +Best practice | +moderate | +1 | +
3 | +Links must be distinguishable without relying on color | +link-in-text-block | +WCAG 2 Level A, WCAG 1.4.1 | +serious | +1 | +
4 | +Page should contain a level-one heading | +page-has-heading-one | +Best practice | +moderate | +1 | +
5 | +All page content should be contained by landmarks | +region | +Best practice | +moderate | +3 | +
Ensures every id attribute value is unique
+# | +Issue Description | ++ To solve this violation, you need to... + | +
---|---|---|
1 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+ |
+
2 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
3 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
4 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
5 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
6 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
7 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
8 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+
+ |
+
Ensures the order of headings is semantically correct
+# | +Issue Description | ++ To solve this violation, you need to... + | +
---|---|---|
1 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
|
+
Ensure links are distinguished from surrounding text in a way that does not rely on color
+# | +Issue Description | ++ To solve this violation, you need to... + | +
---|---|---|
1 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
Related node: +
+
+ |
+
Ensure that the page, or at least one of its frames contains a level-one heading
+# | +Issue Description | ++ To solve this violation, you need to... + | +
---|---|---|
1 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix all of the following: +
|
+
Ensures all page content is contained by landmarks
+# | +Issue Description | ++ To solve this violation, you need to... + | +
---|---|---|
1 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
|
+
2 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
|
+
3 | +
+ Element location +
+ Element source +
+ |
+
+
+
+ Fix any of the following: +
|
+