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.
1 parent cf6d243 commit 85d0a15Copy full SHA for 85d0a15
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