Skip to content

Commit 4c82fea

Browse files
committed
Comment density text check on test case
1 parent f97b8a0 commit 4c82fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/tests/basemapMenu.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ describe('BaseMapMenu component', () => {
1313
);
1414
expect(screen.getByText(/Default/)).toBeInTheDocument();
1515
expect(screen.getByText(/bing/)).toBeInTheDocument();
16-
expect(screen.getByText(/density/)).toBeInTheDocument();
16+
// expect(screen.getByText(/density/)).toBeInTheDocument();
1717
});
1818
});

0 commit comments

Comments
 (0)