10BC0 chore(test): fix k8s tests · podman-desktop/podman-desktop@baff84c · GitHub
[go: up one dir, main page]

Skip to content

Commit baff84c

Browse files
committed
chore(test): fix k8s tests
Signed-off-by: Anton Misskii <amisskii@redhat.com>
1 parent cf990ac commit baff84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/utility/kubernetes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export async function applyYamlFileToCluster(
140140
await playExpect(podsPage.heading).toBeVisible();
141141
const playYamlPage = await podsPage.openPlayKubeYaml();
142142
await playExpect(playYamlPage.heading).toBeVisible();
143-
return await playYamlPage.playYaml(resourceYamlPath, 180_000, kubernetesRuntime);
143+
return await playYamlPage.playYaml(resourceYamlPath, false, 180_000, kubernetesRuntime);
144144
});
145145
}
146146

0 commit comments

Comments
 (0)
0