Update Nav snapshot with new SVG attributes
This commit is contained in:
parent
c708af1465
commit
2c3aeee27a
1 changed files with 21 additions and 10 deletions
|
@ -11,8 +11,11 @@ exports[`Nav renders correctly 1`] = `
|
|||
<li
|
||||
className="nav__item-logo"
|
||||
>
|
||||
<span
|
||||
className="isvg loading svg__logo"
|
||||
<test-file-stub
|
||||
aria-label="p5.js Logo"
|
||||
className="svg__logo"
|
||||
focusable="false"
|
||||
role="img"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
|
@ -29,8 +32,10 @@ exports[`Nav renders correctly 1`] = `
|
|||
>
|
||||
File
|
||||
</span>
|
||||
<span
|
||||
className="isvg loading nav__item-header-triangle"
|
||||
<test-file-stub
|
||||
aria-hidden="true"
|
||||
className="nav__item-header-triangle"
|
||||
focusable="false"
|
||||
/>
|
||||
</button>
|
||||
<ul
|
||||
|
@ -108,8 +113,10 @@ exports[`Nav renders correctly 1`] = `
|
|||
>
|
||||
Edit
|
||||
</span>
|
||||
<span
|
||||
className="isvg loading nav__item-header-triangle"
|
||||
<test-file-stub
|
||||
aria-hidden="true"
|
||||
className="nav__item-header-triangle"
|
||||
focusable="false"
|
||||
/>
|
||||
</button>
|
||||
<ul
|
||||
|
@ -201,8 +208,10 @@ exports[`Nav renders correctly 1`] = `
|
|||
>
|
||||
Sketch
|
||||
</span>
|
||||
<span
|
||||
className="isvg loading nav__item-header-triangle"
|
||||
<test-file-stub
|
||||
aria-hidden="true"
|
||||
className="nav__item-header-triangle"
|
||||
focusable="false"
|
||||
/>
|
||||
</button>
|
||||
<ul
|
||||
|
@ -282,8 +291,10 @@ exports[`Nav renders correctly 1`] = `
|
|||
>
|
||||
Help
|
||||
</span>
|
||||
<span
|
||||
className="isvg loading nav__item-header-triangle"
|
||||
<test-file-stub
|
||||
aria-hidden="true"
|
||||
className="nav__item-header-triangle"
|
||||
focusable="false"
|
||||
/>
|
||||
</button>
|
||||
<ul
|
||||
|
|
Loading…
Reference in a new issue