remove .only

This commit is contained in:
meganrogge
2022-02-04 19:59:10 -06:00
parent 10adc87a3e
commit 494aef1c94
+1 -1
View File
@@ -15,7 +15,7 @@ let page: Page;
const width = 800;
const height = 600;
describe.only('API Integration Tests', function(): void {
describe('API Integration Tests', function(): void {
before(async () => {
browser = await launchBrowser();
page = await (await browser.newContext()).newPage();