Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c1e71d61
Commit
c1e71d61
authored
Nov 22, 2021
by
peterhegman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Jest snapshots after adding `inputClass` prop
`inputClass` prop added to `GlFormInputGroup`
parent
5078a912
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
spec/frontend/content_editor/components/__snapshots__/toolbar_link_button_spec.js.snap
...components/__snapshots__/toolbar_link_button_spec.js.snap
+1
-1
spec/frontend/incidents_settings/components/__snapshots__/pagerduty_form_spec.js.snap
...ings/components/__snapshots__/pagerduty_form_spec.js.snap
+1
-0
spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap
.../list_page/__snapshots__/project_empty_state_spec.js.snap
+3
-0
No files found.
spec/frontend/content_editor/components/__snapshots__/toolbar_link_button_spec.js.snap
View file @
c1e71d61
...
@@ -19,7 +19,7 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen
...
@@ -19,7 +19,7 @@ exports[`content_editor/components/toolbar_link_button renders dropdown componen
<div placeholder=\\"Link URL\\">
<div placeholder=\\"Link URL\\">
<div role=\\"group\\" class=\\"input-group\\">
<div role=\\"group\\" class=\\"input-group\\">
<!---->
<!---->
<!----> <input type=\\"text\\" placeholder=\\"Link URL\\" class=\\"
gl-form-input form-control
\\">
<!----> <input type=\\"text\\" placeholder=\\"Link URL\\" class=\\"
form-control gl-form-input
\\">
<div class=\\"input-group-append\\"><button type=\\"button\\" class=\\"btn btn-confirm btn-md gl-button\\">
<div class=\\"input-group-append\\"><button type=\\"button\\" class=\\"btn btn-confirm btn-md gl-button\\">
<!---->
<!---->
<!----> <span class=\\"gl-button-text\\">Apply</span></button></div>
<!----> <span class=\\"gl-button-text\\">Apply</span></button></div>
...
...
spec/frontend/incidents_settings/components/__snapshots__/pagerduty_form_spec.js.snap
View file @
c1e71d61
...
@@ -32,6 +32,7 @@ exports[`Alert integration settings form should match the default snapshot 1`] =
...
@@ -32,6 +32,7 @@ exports[`Alert integration settings form should match the default snapshot 1`] =
<gl-form-input-group-stub
<gl-form-input-group-stub
data-testid="webhook-url"
data-testid="webhook-url"
id="url"
id="url"
inputclass=""
predefinedoptions="[object Object]"
predefinedoptions="[object Object]"
readonly=""
readonly=""
value="pagerduty.webhook.com"
value="pagerduty.webhook.com"
...
...
spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap
View file @
c1e71d61
...
@@ -36,6 +36,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
...
@@ -36,6 +36,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
<gl-form-input-group-stub
<gl-form-input-group-stub
class="gl-mb-4"
class="gl-mb-4"
inputclass=""
predefinedoptions="[object Object]"
predefinedoptions="[object Object]"
value=""
value=""
>
>
...
@@ -57,6 +58,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
...
@@ -57,6 +58,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
<gl-form-input-group-stub
<gl-form-input-group-stub
class="gl-mb-4"
class="gl-mb-4"
inputclass=""
predefinedoptions="[object Object]"
predefinedoptions="[object Object]"
value=""
value=""
>
>
...
@@ -69,6 +71,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
...
@@ -69,6 +71,7 @@ exports[`Registry Project Empty state to match the default snapshot 1`] = `
</gl-form-input-group-stub>
</gl-form-input-group-stub>
<gl-form-input-group-stub
<gl-form-input-group-stub
inputclass=""
predefinedoptions="[object Object]"
predefinedoptions="[object Object]"
value=""
value=""
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment