Skip to content

Commit 426d33e

Browse files
committed
chore: Update smoke test to fix selector due to new namespace-select-filter behaviour
Signed-off-by: Sebastian Malton <sebastian@malton.name>
1 parent 961e146 commit 426d33e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

open-lens/integration/__tests__/cluster-pages.tests.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
106106

107107
await navigateToPods(frame);
108108

109-
const namespacesSelector = await frame.waitForSelector(
110-
".NamespaceSelect",
111-
);
109+
const namespacesSelector = await frame.waitForSelector(".namespace-select-filter .menu .non-icon input");
112110

113111
await namespacesSelector.click();
114112
await namespacesSelector.type(TEST_NAMESPACE);

0 commit comments

Comments
 (0)