mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 00:24:07 -08:00
Update snapshot
This commit is contained in:
parent
d041711b0b
commit
c71be4bba6
|
@ -3,7 +3,7 @@
|
|||
exports[`V1 Banner > should render banner 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="n8n-callout callout warning callout v1container"
|
||||
class="n8n-callout callout warning onlyBottomBorder callout v1container"
|
||||
data-test-id="banners-V1"
|
||||
role="alert"
|
||||
>
|
||||
|
@ -104,7 +104,7 @@ exports[`V1 Banner > should render banner 1`] = `
|
|||
exports[`V1 Banner > should render banner with dismiss call if user is owner 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="n8n-callout callout warning callout v1container"
|
||||
class="n8n-callout callout warning onlyBottomBorder callout v1container"
|
||||
data-test-id="banners-V1"
|
||||
role="alert"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue