Two testing-related fixes

This commit is contained in:
Per Bothner
2023-09-07 09:49:37 -07:00
parent 930e5c4280
commit 9963c58511
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@
import { assert } from 'chai';
import { openTerminal, launchBrowser } from '../../../out-test/api/TestUtils';
import { Browser, Page } from 'playwright';
import { Browser, Page } from '@playwright/test';
const APP = 'http://127.0.0.1:3001/test';