Update Nav snapshot with new SVG attributes

This commit is contained in:
Cassie Tarakajian 2020-05-06 17:03:20 -04:00
parent c708af1465
commit 2c3aeee27a

View file

@ -11,8 +11,11 @@ exports[`Nav renders correctly 1`] = `
<li <li
className="nav__item-logo" className="nav__item-logo"
> >
<span <test-file-stub
className="isvg loading svg__logo" aria-label="p5.js Logo"
className="svg__logo"
focusable="false"
role="img"
/> />
</li> </li>
<li <li
@ -29,8 +32,10 @@ exports[`Nav renders correctly 1`] = `
> >
File File
</span> </span>
<span <test-file-stub
className="isvg loading nav__item-header-triangle" aria-hidden="true"
className="nav__item-header-triangle"
focusable="false"
/> />
</button> </button>
<ul <ul
@ -108,8 +113,10 @@ exports[`Nav renders correctly 1`] = `
> >
Edit Edit
</span> </span>
<span <test-file-stub
className="isvg loading nav__item-header-triangle" aria-hidden="true"
className="nav__item-header-triangle"
focusable="false"
/> />
</button> </button>
<ul <ul
@ -201,8 +208,10 @@ exports[`Nav renders correctly 1`] = `
> >
Sketch Sketch
</span> </span>
<span <test-file-stub
className="isvg loading nav__item-header-triangle" aria-hidden="true"
className="nav__item-header-triangle"
focusable="false"
/> />
</button> </button>
<ul <ul
@ -282,8 +291,10 @@ exports[`Nav renders correctly 1`] = `
> >
Help Help
</span> </span>
<span <test-file-stub
className="isvg loading nav__item-header-triangle" aria-hidden="true"
className="nav__item-header-triangle"
focusable="false"
/> />
</button> </button>
<ul <ul