diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-24 09:10:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-24 09:10:31 +0000 |
commit | 0a35aa97051a1255e0bd8f12f30afd25ead228ff (patch) | |
tree | 90bdfdd0d28f19d844c11c92945ab67346866045 /spec/frontend/pages | |
parent | f6df57b3011cb21c504878daf5d7b6678e07078a (diff) | |
download | gitlab-ce-0a35aa97051a1255e0bd8f12f30afd25ead228ff.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/pages')
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_a_spec.js.snap b/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_a_spec.js.snap index 350669433f0..59b42de2485 100644 --- a/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_a_spec.js.snap +++ b/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_a_spec.js.snap @@ -92,6 +92,7 @@ exports[`Learn GitLab Design A renders correctly 1`] = ` aria-hidden="true" class="gl-icon s16" data-testid="completed-icon" + role="img" > <use href="#check-circle-filled" @@ -114,6 +115,7 @@ exports[`Learn GitLab Design A renders correctly 1`] = ` aria-hidden="true" class="gl-icon s16" data-testid="completed-icon" + role="img" > <use href="#check-circle-filled" diff --git a/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_b_spec.js.snap b/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_b_spec.js.snap index c9d8ab4566c..091edc7505c 100644 --- a/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_b_spec.js.snap +++ b/spec/frontend/pages/projects/learn_gitlab/components/__snapshots__/learn_gitlab_b_spec.js.snap @@ -81,6 +81,7 @@ exports[`Learn GitLab Design B renders correctly 1`] = ` aria-hidden="true" class="gl-text-green-500 gl-icon s16" data-testid="completed-icon" + role="img" > <use href="#check-circle-filled" @@ -142,6 +143,7 @@ exports[`Learn GitLab Design B renders correctly 1`] = ` aria-hidden="true" class="gl-text-green-500 gl-icon s16" data-testid="completed-icon" + role="img" > <use href="#check-circle-filled" |