Skip to content

Commit bd6d1d0

Browse files
authored
Merge branch 'develop' into feature/email-otp
Signed-off-by: Jinsu Ha <91205717+hajinsuha1@users.noreply.github.com>
2 parents c646e44 + a800235 commit bd6d1d0

File tree

74 files changed

+15757
-12237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+15757
-12237
lines changed

e2e/package-lock.json

Lines changed: 1220 additions & 1451 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e-scripts",
3-
"version": "3.15.0-dev",
3+
"version": "3.16.0-dev",
44
"description": "E2E test scripts for PWA Kit",
55
"main": "index.js",
66
"private": true,
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@actions/core": "^1.11.1",
16-
"@aws-sdk/client-s3": "^3.450.0",
17-
"@aws-sdk/client-sts": "^3.450.0",
18-
"@salesforce/pwa-kit-dev": "3.15.0-dev",
16+
"@aws-sdk/client-s3": "3.450.0",
17+
"@aws-sdk/client-sts": "3.450.0",
18+
"@salesforce/pwa-kit-dev": "3.16.0-dev",
1919
"jest": "^26.6.3"
2020
},
2121
"jest": {

e2e/tests/a11y/desktop/__snapshots__/guest/cart-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-4-order-confirmation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/homepage-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/pdp-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/plp-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

0 commit comments

Comments
 (0)