1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Comment cleanup

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex Culliere 2021-02-04 16:18:04 +02:00
parent c0344a35bc
commit e966d2049a

View File

@ -94,9 +94,7 @@ describe("<MainLayoutHeader />", () => {
const okBtn = dialog.querySelector("button.ok"); const okBtn = dialog.querySelector("button.ok");
expect(okBtn.textContent).toBe("Remove"); expect(okBtn.textContent).toBe("Remove");
// console.log(dialog);
}); });
}); });
}); });