From fea21e2e04efd713aa8127ec2ed29801f0d968ef Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Tue, 30 Jul 2024 15:16:53 +0200 Subject: [PATCH] Update jest snapshots --- .../Account/__tests__/__snapshots__/Account.test.tsx.snap | 5 +++++ .../__tests__/__snapshots__/index.test.tsx.snap | 5 +++++ .../Contacts/__tests__/__snapshots__/index.test.tsx.snap | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/src/app/components/Toolbar/Features/Account/__tests__/__snapshots__/Account.test.tsx.snap b/src/app/components/Toolbar/Features/Account/__tests__/__snapshots__/Account.test.tsx.snap index 3ffd035f8b..260af86455 100644 --- a/src/app/components/Toolbar/Features/Account/__tests__/__snapshots__/Account.test.tsx.snap +++ b/src/app/components/Toolbar/Features/Account/__tests__/__snapshots__/Account.test.tsx.snap @@ -69,6 +69,11 @@ exports[` should match snapshot 1`] = ` cursor: pointer; } +.c1:hover { + background-color: rgba(221,221,221,0.5); + color: black; +} + .c2 { display: -webkit-box; display: -webkit-flex; diff --git a/src/app/components/Toolbar/Features/AccountSelector/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/Toolbar/Features/AccountSelector/__tests__/__snapshots__/index.test.tsx.snap index 87e3389a6d..122f18c8be 100644 --- a/src/app/components/Toolbar/Features/AccountSelector/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/Toolbar/Features/AccountSelector/__tests__/__snapshots__/index.test.tsx.snap @@ -124,6 +124,11 @@ exports[` should match snapshot 1`] = ` cursor: pointer; } +.c3:hover { + background-color: rgba(221,221,221,0.5); + color: black; +} + .c4 { display: -webkit-box; display: -webkit-flex; diff --git a/src/app/components/Toolbar/Features/Contacts/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/Toolbar/Features/Contacts/__tests__/__snapshots__/index.test.tsx.snap index fbae66066d..03e02b75b7 100644 --- a/src/app/components/Toolbar/Features/Contacts/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/Toolbar/Features/Contacts/__tests__/__snapshots__/index.test.tsx.snap @@ -56,6 +56,11 @@ exports[` should match snapshot 1`] = ` cursor: pointer; } +.c3:hover { + background-color: rgba(221,221,221,0.5); + color: black; +} + .c4 { display: -webkit-box; display: -webkit-flex;