Skip to content

Commit

Permalink
chore: Update smoke test to fix selector due to new namespace-select-…
Browse files Browse the repository at this point in the history
…filter behaviour

Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed May 26, 2023
1 parent 961e146 commit 426d33e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions open-lens/integration/__tests__/cluster-pages.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 input");

await namespacesSelector.click();
await namespacesSelector.type(TEST_NAMESPACE);
Expand Down

0 comments on commit 426d33e

Please sign in to comment.