You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/contact-center/cc-components/tests/components/UserState/__snapshots__/user-state.snapshot.tsx.snap
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ exports[`UserState Component Snapshots Interactions should handle custom state r
279
279
</div>
280
280
`;
281
281
282
-
exports[`UserState Component Snapshots Rendering should not render elapsed time when customState is present 1`] =`
282
+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should not render elapsed time when customState is present 1`] =`
283
283
<div
284
284
class="user-state-container"
285
285
data-testid="user-state-container"
@@ -415,7 +415,7 @@ exports[`UserState Component Snapshots Rendering should not render elapsed time
415
415
</div>
416
416
`;
417
417
418
-
exports[`UserState Component Snapshots Rendering should render elapsed time with disabled class when isSettingAgentStatus is true 1`] =`
418
+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render elapsed time with disabled class when isSettingAgentStatus is true 1`] =`
419
419
<div
420
420
class="user-state-container"
421
421
data-testid="user-state-container"
@@ -558,7 +558,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with
558
558
</div>
559
559
`;
560
560
561
-
exports[`UserState Component Snapshots Rendering should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] =`
561
+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render elapsed time without lastIdleStateChangeElapsedTime when negative 1`] =`
562
562
<div
563
563
class="user-state-container"
564
564
data-testid="user-state-container"
@@ -700,7 +700,7 @@ exports[`UserState Component Snapshots Rendering should render elapsed time with
700
700
</div>
701
701
`;
702
702
703
-
exports[`UserState Component Snapshots Rendering should render the component with correct elements 1`] =`
703
+
exports[`UserState Component Snapshots Rendering - Tests for UI elements and visual states of UserState component should render the component with correct elements 1`] =`
0 commit comments