SDA-4010 Updating snapshots

This commit is contained in:
sbenmoussati 2022-12-13 15:53:41 +01:00 committed by Salah Benmoussati
parent f275a28baa
commit 7bd9728403

View File

@ -21,6 +21,7 @@ exports[`Snipping Tool should render correctly 1`] = `
title="Pen" title="Pen"
> >
<img <img
draggable={false}
src={Object {}} src={Object {}}
/> />
</button> </button>
@ -31,6 +32,7 @@ exports[`Snipping Tool should render correctly 1`] = `
title="Highlight" title="Highlight"
> >
<img <img
draggable={false}
src={Object {}} src={Object {}}
/> />
</button> </button>
@ -41,6 +43,7 @@ exports[`Snipping Tool should render correctly 1`] = `
title="Erase" title="Erase"
> >
<img <img
draggable={false}
src={Object {}} src={Object {}}
/> />
</button> </button>