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

More descriptive describe statement

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-15 12:23:53 +03:00
parent c2a85d4830
commit 33564dd592

View File

@ -162,7 +162,7 @@ describe("download logs options in pod logs dock tab", () => {
}); });
}) })
describe("blocking user interaction", () => { describe("blocking user interaction after menu item click", () => {
it("block download dropdown for interaction when selected 'download all logs'", async () => { it("block download dropdown for interaction when selected 'download all logs'", async () => {
const downloadMenuItem = rendered.getByTestId("download-all-logs"); const downloadMenuItem = rendered.getByTestId("download-all-logs");