remove spurious .only

This commit is contained in:
Jörg Breitbart
2023-05-20 15:24:56 +02:00
parent 284cde8b1b
commit 68abf10c25
+1 -1
View File
@@ -16,7 +16,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();