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

Removing download icon check for testing purpose

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-02 16:04:42 +03:00
parent 139c1146ad
commit 83c760da87

View File

@ -499,7 +499,6 @@ describe("Lens integration tests", () => {
// Click through controls
await app.client.click(".PodLogControls .timestamps-icon")
await app.client.click(".PodLogControls .undo-icon")
await app.client.click(".PodLogControls .download-icon")
})
})
})