Skip to content

Commit

Permalink
Fix another test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-savchuk-mw committed May 14, 2024
1 parent da6ec4a commit 4e7cd15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("Export3DMapButtonComponent", () => {
printButton.click()

expect(dialog.open).toHaveBeenCalledTimes(1)
expect(dialog.open).toHaveBeenCalledWith(Export3DMapDialogComponent, { panelClass: ".cc-export-3D-map-dialog" })
expect(dialog.open).toHaveBeenCalledWith(Export3DMapDialogComponent, { panelClass: "cc-export-3D-map-dialog" })
})

it("should open the error dialog when color mode is not absolute", async function () {
Expand Down

0 comments on commit 4e7cd15

Please sign in to comment.