Commit c1e71d61 authored by peterhegman's avatar peterhegman

Update Jest snapshots after adding `inputClass` prop

`inputClass` prop added to `GlFormInputGroup`
parent 5078a912
...@@ -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>
......
...@@ -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"
......
...@@ -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=""
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment