Skip to content

Commit 4eefc26

Browse files
committed
Chore: Merge branch 'main' into feat/coveo-tests
2 parents eb41d6e + 85d0a15 commit 4eefc26

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)