Skip to content

Commit

Permalink
feat: SURVEY-17487 Fixed storybook error
Browse files Browse the repository at this point in the history
  • Loading branch information
egeofalcao committed Jun 21, 2023
1 parent 63c828c commit 5f6e5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GridFormEditBearingCorrectionInteractions_.play = async ({ canvasElement }) => {
// Test formatting a bearing
expect(inputField).toBeInTheDocument();
userEvent.type(inputField, "1.2345");
expect(await canvas.findByText("+1° 23' 45.0\"")).toBeInTheDocument();
expect(await canvas.findByText("+1° 23' 45\"")).toBeInTheDocument();

// Test enter to save
updateValue.mockClear();
Expand Down

0 comments on commit 5f6e5b1

Please sign in to comment.