update test snapshot
This commit is contained in:
parent
b3d241ba7f
commit
2a1b22a504
@ -29,7 +29,7 @@ exports[`<Excalidraw/> <MainMenu/> should render main menu with host menu items
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@ -75,7 +75,7 @@ exports[`<Excalidraw/> <MainMenu/> should render main menu with host menu items
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Help"
|
aria-label="Help"
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="help-menu-item"
|
data-testid="help-menu-item"
|
||||||
title="Help"
|
title="Help"
|
||||||
type="button"
|
type="button"
|
||||||
@ -166,7 +166,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Open"
|
aria-label="Open"
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="load-button"
|
data-testid="load-button"
|
||||||
title="Open"
|
title="Open"
|
||||||
type="button"
|
type="button"
|
||||||
@ -212,7 +212,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Save to..."
|
aria-label="Save to..."
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="json-export-button"
|
data-testid="json-export-button"
|
||||||
title="Save to..."
|
title="Save to..."
|
||||||
type="button"
|
type="button"
|
||||||
@ -253,7 +253,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Export image..."
|
aria-label="Export image..."
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="image-export-button"
|
data-testid="image-export-button"
|
||||||
title="Export image..."
|
title="Export image..."
|
||||||
type="button"
|
type="button"
|
||||||
@ -323,7 +323,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Help"
|
aria-label="Help"
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="help-menu-item"
|
data-testid="help-menu-item"
|
||||||
title="Help"
|
title="Help"
|
||||||
type="button"
|
type="button"
|
||||||
@ -389,7 +389,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Reset the canvas"
|
aria-label="Reset the canvas"
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="clear-canvas-button"
|
data-testid="clear-canvas-button"
|
||||||
title="Reset the canvas"
|
title="Reset the canvas"
|
||||||
type="button"
|
type="button"
|
||||||
@ -562,7 +562,7 @@ exports[`<Excalidraw/> Test UIOptions prop Test canvasActions should render menu
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Dark mode"
|
aria-label="Dark mode"
|
||||||
class="dropdown-menu-item dropdown-menu-item-base"
|
class="excalidraw-button dropdown-menu-item dropdown-menu-item-base"
|
||||||
data-testid="toggle-dark-mode"
|
data-testid="toggle-dark-mode"
|
||||||
title="Dark mode"
|
title="Dark mode"
|
||||||
type="button"
|
type="button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user