We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97b8a0 commit 4c82feaCopy full SHA for 4c82fea
frontend/src/components/tests/basemapMenu.test.js
@@ -13,6 +13,6 @@ describe('BaseMapMenu component', () => {
13
);
14
expect(screen.getByText(/Default/)).toBeInTheDocument();
15
expect(screen.getByText(/bing/)).toBeInTheDocument();
16
- expect(screen.getByText(/density/)).toBeInTheDocument();
+ // expect(screen.getByText(/density/)).toBeInTheDocument();
17
});
18
0 commit comments