We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb41d6e + 85d0a15 commit 4eefc26Copy full SHA for 4eefc26
tests/src/mermaid.spec.js
@@ -1,5 +1,5 @@
1
import { expect, test } from '@playwright/test';
2
-import { handleConsentPopup, waitFor } from './util';
+import { handleConsentPopup, waitFor } from './utils';
3
4
async function getPropertyValue(element, property) {
5
return element.evaluate(
0 commit comments