mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Waiting for hotbar catalog entity
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
60008bf5a6
commit
3ec08eaf24
@ -45,7 +45,7 @@ describe("Lens cluster pages", () => {
|
||||
utils.describeIf(ready)("test common pages", () => {
|
||||
let clusterAdded = false;
|
||||
const addCluster = async () => {
|
||||
await app.client.waitUntilTextExists("div", "Catalog");
|
||||
await app.client.waitForExist("#hotbarIcon-catalog-entity");
|
||||
await waitForMinikubeDashboard(app);
|
||||
await app.client.click('a[href="/nodes"]');
|
||||
await app.client.waitUntilTextExists("div.TableCell", "Ready");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user