Skip to content

Commit

Permalink
Update Canvas.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk authored Nov 12, 2024
1 parent 6a3aed9 commit f78e977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Components/Diagram/Canvas.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("Canvas.tsx", () => {
expect(modal).not.toBeVisible();
});

it("renders right sidebar with disabled buttons when not editable", async () => {
it("renders right sidebar without buttons when not editable", async () => {
const component = setup(
mockedInstanceTwoServiceModel,
mockedInstanceTwo,
Expand Down

0 comments on commit f78e977

Please sign in to comment.