1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing tests

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-13 17:19:59 +03:00
parent 782f5c3b5d
commit c8843e9880

View File

@ -40,8 +40,8 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
});
it("opens cluster settings by clicking link in no-metrics area", async () => {
await frame.click(`[data-testid="no-metrics-message"]`);
await frame.waitForSelector(`[data-testid="general-header"]`);
await frame.locator("text=Open cluster settings >> nth=0").click();
await window.waitForSelector(`[data-testid="general-header"]`);
});
it(