Skip to content

Commit 85d0a15

Browse files
authored
Test: Corrected import for mermaid (#435)
1 parent cf6d243 commit 85d0a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/mermaid.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect, test } from '@playwright/test';
2-
import { handleConsentPopup, waitFor } from './util';
2+
import { handleConsentPopup, waitFor } from './utils';
33

44
async function getPropertyValue(element, property) {
55
return element.evaluate(

0 commit comments

Comments
 (0)