mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing click event
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
cbee79176d
commit
c8998eb4e8
@ -141,6 +141,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
|
|||||||
async () => {
|
async () => {
|
||||||
await navigateToNamespaces(frame);
|
await navigateToNamespaces(frame);
|
||||||
await frame.waitForSelector("div.TableCell >> text='default'");
|
await frame.waitForSelector("div.TableCell >> text='default'");
|
||||||
|
await frame.click(".Icon.new-dock-tab");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await frame.click("li.MenuItem.create-resource-tab", {
|
await frame.click("li.MenuItem.create-resource-tab", {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user