Update snapshots

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-17 14:41:32 +02:00
parent f84493fdab
commit 57a3ed88ae

View file

@ -122919,7 +122919,7 @@ exports[`Storyshots Views / Webhook / Create webhook default 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -123433,7 +123433,7 @@ exports[`Storyshots Views / Webhook / Create webhook form errors 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -123945,7 +123945,7 @@ exports[`Storyshots Views / Webhook / Create webhook loading 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -124472,7 +124472,7 @@ exports[`Storyshots Views / Webhook / Webhook details default 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -124987,7 +124987,7 @@ exports[`Storyshots Views / Webhook / Webhook details form errors 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -125500,7 +125500,7 @@ exports[`Storyshots Views / Webhook / Webhook details loading 1`] = `
<p <p
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id" class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id"
> >
This URL will recieve webhook POST requests This URL will receive webhook POST requests
</p> </p>
</div> </div>
<div <div
@ -125994,7 +125994,7 @@ exports[`Storyshots Views / Webhook / Webhook list default 1`] = `
> >
<td <td
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id" class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
colspan="4" colspan="3"
> >
<div <div
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id" class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
@ -126422,7 +126422,7 @@ exports[`Storyshots Views / Webhook / Webhook list loading 1`] = `
> >
<td <td
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id" class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
colspan="4" colspan="3"
> >
<div <div
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id" class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
@ -126791,7 +126791,7 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
> >
<td <td
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id" class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
colspan="4" colspan="3"
> >
<div <div
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id" class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
@ -126908,7 +126908,7 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
> >
<td <td
class="MuiTableCell-root-id MuiTableCell-body-id" class="MuiTableCell-root-id MuiTableCell-body-id"
colspan="4" colspan="3"
> >
No webhooks found No webhooks found
</td> </td>
@ -126920,3 +126920,9 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
</div> </div>
</div> </div>
`; `;
exports[`Storyshots Views / Webhooks / Delete webhook default 1`] = `
<div
style="padding:24px"
/>
`;