diff options
Diffstat (limited to 'test/playwright/integration.spec.js')
-rw-r--r-- | test/playwright/integration.spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/playwright/integration.spec.js b/test/playwright/integration.spec.js index bdcfddf0..170714a1 100644 --- a/test/playwright/integration.spec.js +++ b/test/playwright/integration.spec.js @@ -16,7 +16,7 @@ */ import path from 'path'; -import {createDictionaryArchive} from '../../dev/util'; +import {createDictionaryArchive} from '../../dev/util.js'; import { expect, expectedAddNoteBody, @@ -26,7 +26,7 @@ import { root, test, writeToClipboardFromPage -} from './playwright-util'; +} from './playwright-util.js'; test.beforeEach(async ({context}) => { // Wait for the on-install welcome.html tab to load, which becomes the foreground tab |