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:
parent
782f5c3b5d
commit
c8843e9880
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user