diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-09 21:08:15 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-09 21:08:15 +0000 |
| commit | 21a5ef21750a02e4536077833400158de7e4ff95 (patch) | |
| tree | b75e7834afc7f9be05e328e90babd86430676efe /spec/frontend/content_editor/components | |
| parent | cc6b6a7b78befba0fa003def271d446c51d67088 (diff) | |
| download | gitlab-ce-21a5ef21750a02e4536077833400158de7e4ff95.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/content_editor/components')
| -rw-r--r-- | spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap b/spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap index a63cca006da..b8e6bcbc3c4 100644 --- a/spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap +++ b/spec/frontend/content_editor/components/__snapshots__/toolbar_button_spec.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`content_editor/components/toolbar_button displays tertiary, medium button with a provided label and icon 1`] = ` -"<b-button-stub size=\\"md\\" variant=\\"default\\" type=\\"button\\" tag=\\"button\\" aria-label=\\"Bold\\" title=\\"Bold\\" class=\\"gl-button btn-default-tertiary btn-icon\\"> +"<b-button-stub size=\\"md\\" tag=\\"button\\" type=\\"button\\" variant=\\"default\\" aria-label=\\"Bold\\" title=\\"Bold\\" class=\\"gl-button btn-default-tertiary btn-icon\\"> <!----> <gl-icon-stub name=\\"bold\\" size=\\"16\\" class=\\"gl-button-icon\\"></gl-icon-stub> <!----> |
