We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10adc87 commit 494aef1Copy full SHA for 494aef1
test/api/Terminal.api.ts
@@ -15,7 +15,7 @@ let page: Page;
15
const width = 800;
16
const height = 600;
17
18
-describe.only('API Integration Tests', function(): void {
+describe('API Integration Tests', function(): void {
19
before(async () => {
20
browser = await launchBrowser();
21
page = await (await browser.newContext()).newPage();
0 commit comments