diff --git a/tests/src/mermaid.spec.js b/tests/src/mermaid.spec.js index ea158631..5833aeb7 100644 --- a/tests/src/mermaid.spec.js +++ b/tests/src/mermaid.spec.js @@ -1,5 +1,5 @@ import { expect, test } from '@playwright/test'; -import { handleConsentPopup, waitFor } from './util'; +import { handleConsentPopup, waitFor } from './utils'; async function getPropertyValue(element, property) { return element.evaluate(