You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cy.log(`Skipping: chart '${chartKey}' is intentionally hidden from the filtered catalog index`);
1478
1480
1479
-
returnmochaContext.skip();
1481
+
returnmochaContext.skip();
1482
+
}
1483
+
1484
+
thrownewError(`Failing: chart '${chartKey}' is not in the filtered catalog index, so it does not appear in the Charts/Tools UI for this environment.`);
0 commit comments