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 99b1142 commit 45226b5Copy full SHA for 45226b5
src/components/TaskClusterMap/TaskClusterMap.test.jsx
@@ -8,7 +8,7 @@ describe("TaskClusterMap", () => {
8
const { getByText } = global.withProvider(
9
<TaskClusterMap getUserAppSetting={() => null} taskMarkers={[]} />,
10
);
11
- const text = getByText("3000 km");
+ const text = getByText("10000 km");
12
expect(text).toBeInTheDocument();
13
});
14
0 commit comments