diff --git a/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap b/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap index e0224d77c1913cf1c23c9d986b364b401e241d2b..2aa7a98297eadebbbee87c076edfb0f61108882a 100644 --- a/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap +++ b/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap @@ -13,18 +13,6 @@ exports[`SpriteSelectorItemComponent matches snapshot when given a number and de onTouchEnd={[Function]} onTouchStart={[Function]} > - <div - aria-label="Close" - className="" - onClick={[Function]} - role="button" - tabIndex="0" - > - <img - className="" - src="test-file-stub" - /> - </div> <div className={undefined} > @@ -57,6 +45,18 @@ exports[`SpriteSelectorItemComponent matches snapshot when given a number and de 480 x 360 </div> </div> + <div + aria-label="Close" + className="" + onClick={[Function]} + role="button" + tabIndex="0" + > + <img + className="" + src="test-file-stub" + /> + </div> <nav className="react-contextmenu" onContextMenu={[Function]} @@ -103,18 +103,6 @@ exports[`SpriteSelectorItemComponent matches snapshot when selected 1`] = ` onTouchEnd={[Function]} onTouchStart={[Function]} > - <div - aria-label="Close" - className="" - onClick={[Function]} - role="button" - tabIndex="0" - > - <img - className="" - src="test-file-stub" - /> - </div> <div className={undefined} > @@ -137,6 +125,18 @@ exports[`SpriteSelectorItemComponent matches snapshot when selected 1`] = ` Pony sprite </div> </div> + <div + aria-label="Close" + className="" + onClick={[Function]} + role="button" + tabIndex="0" + > + <img + className="" + src="test-file-stub" + /> + </div> <nav className="react-contextmenu" onContextMenu={[Function]}