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

chore: Revert only running one cluster page e2e test

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-04-18 13:06:05 -04:00
parent 03349c232b
commit eac7691d75

View File

@ -86,7 +86,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
10 * 60 * 1000, 10 * 60 * 1000,
); );
it.only( it(
`should create the ${TEST_NAMESPACE} and a pod in the namespace and then remove that pod via the context menu`, `should create the ${TEST_NAMESPACE} and a pod in the namespace and then remove that pod via the context menu`,
async () => { async () => {
await navigateToNamespaces(frame); await navigateToNamespaces(frame);