mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove unused waitForSelector
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
b88a9c3f13
commit
3748e943bd
@ -140,7 +140,6 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
|
||||
"should create a pod with logs and wrap log lines",
|
||||
async () => {
|
||||
await navigateToPods(frame);
|
||||
await frame.waitForSelector("div.TableCell >> text='default'");
|
||||
await frame.click(".Icon.new-dock-tab");
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user