mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 17:15:55 +08:00
feat: update tests
This commit is contained in:
parent
b499b10333
commit
1b8213653a
@ -521,7 +521,6 @@ function DashboardsList(): JSX.Element {
|
||||
</div>
|
||||
|
||||
{action && (
|
||||
<div data-testid="dashboard-action-popover">
|
||||
<Popover
|
||||
trigger="click"
|
||||
content={
|
||||
@ -573,13 +572,13 @@ function DashboardsList(): JSX.Element {
|
||||
<EllipsisVertical
|
||||
className="dashboard-action-icon"
|
||||
size={14}
|
||||
data-testid="dashboard-action-icon"
|
||||
onClick={(e): void => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}}
|
||||
/>
|
||||
</Popover>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className="dashboard-details">
|
||||
|
@ -218,7 +218,7 @@ describe('dashboard list page', () => {
|
||||
);
|
||||
|
||||
await waitFor(() => {
|
||||
const popovers = getAllByTestId('dashboard-action-popover');
|
||||
const popovers = getAllByTestId('dashboard-action-icon');
|
||||
expect(popovers).toHaveLength(dashboardSuccessResponse.data.length);
|
||||
fireEvent.click([...popovers[0].children][0]);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user