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:
parent
839fa64f7d
commit
b2d1adf2e8
@ -106,9 +106,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
|
|||||||
|
|
||||||
await navigateToPods(frame);
|
await navigateToPods(frame);
|
||||||
|
|
||||||
const namespacesSelector = await frame.waitForSelector(
|
const namespacesSelector = await frame.waitForSelector(".namespace-select-filter .menu .non-icon label");
|
||||||
".NamespaceSelect",
|
|
||||||
);
|
|
||||||
|
|
||||||
await namespacesSelector.click();
|
await namespacesSelector.click();
|
||||||
await namespacesSelector.type(TEST_NAMESPACE);
|
await namespacesSelector.type(TEST_NAMESPACE);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user