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

chore: Update smoke test to fix selector due to new namespace-select-filter behaviour

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-26 08:48:33 -04:00
parent 839fa64f7d
commit b2d1adf2e8

View File

@ -106,9 +106,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
await navigateToPods(frame);
const namespacesSelector = await frame.waitForSelector(
".NamespaceSelect",
);
const namespacesSelector = await frame.waitForSelector(".namespace-select-filter .menu .non-icon label");
await namespacesSelector.click();
await namespacesSelector.type(TEST_NAMESPACE);