#4446 Updating the cleanup criteria

This commit is contained in:
Knut Sveidqvist
2023-06-01 16:30:57 +02:00
parent 0cd1c5de97
commit 7b6cb4f974
4 changed files with 95 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ export const renderGraph = (graphStr, options, api) => {
openURLAndVerifyRendering(url, options);
};
const openURLAndVerifyRendering = (url, options, validation = undefined) => {
export const openURLAndVerifyRendering = (url, options, validation = undefined) => {
const useAppli = Cypress.env('useAppli');
const name = (options.name || cy.state('runnable').fullTitle()).replace(/\s+/g, '-');