mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix integration test because of new behaviour
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5ae2f7dc8f
commit
40bca3b14a
@ -110,8 +110,9 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
|
|||||||
|
|
||||||
await namespacesSelector.click();
|
await namespacesSelector.click();
|
||||||
await namespacesSelector.type(TEST_NAMESPACE);
|
await namespacesSelector.type(TEST_NAMESPACE);
|
||||||
await namespacesSelector.press("Enter");
|
await frame.page().keyboard.press("Tab", { delay: 10 });
|
||||||
await namespacesSelector.click();
|
await frame.page().keyboard.press("Tab", { delay: 10 });
|
||||||
|
await frame.page().keyboard.press("Enter", { delay: 10 });
|
||||||
|
|
||||||
await frame.click(".Icon.new-dock-tab");
|
await frame.click(".Icon.new-dock-tab");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user