From 2d649d8502281cc5e1bbec32efa288ef49ad23a3 Mon Sep 17 00:00:00 2001 From: Jan Ackermann Date: Tue, 18 Jun 2024 13:10:30 +0200 Subject: [PATCH] Update snapshots --- .../__snapshots__/AppTopBar.spec.ts.snap | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/web-pkg/tests/unit/components/__snapshots__/AppTopBar.spec.ts.snap b/packages/web-pkg/tests/unit/components/__snapshots__/AppTopBar.spec.ts.snap index 955de4c40f4..a9bab7e3ff1 100644 --- a/packages/web-pkg/tests/unit/components/__snapshots__/AppTopBar.spec.ts.snap +++ b/packages/web-pkg/tests/unit/components/__snapshots__/AppTopBar.spec.ts.snap @@ -1,37 +1,37 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`AppTopBar > if a resource is present > renders a resource and dropdownActions (if given) and a close button 1`] = ` -" -
+" +
" `; exports[`AppTopBar > if a resource is present > renders a resource and dropdownActions as well as mainActions (if both are passed) and a close button 1`] = ` -" -
+" +
" `; exports[`AppTopBar > if a resource is present > renders a resource and mainActions (if given) and a close button 1`] = ` -" -
+" +
" `; exports[`AppTopBar > if a resource is present > renders a resource and no actions (if none given) and a close button 1`] = ` -" +"
" `; exports[`AppTopBar > if a resource is present > renders a resource without file extension if areFileExtensionsShown is set to false 1`] = ` -" -
+" +
" `; exports[`AppTopBar > if no resource is present > renders only a close button 1`] = ` -" +"
" `;