mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Search addon tests
This commit is contained in:
@@ -14,7 +14,7 @@ let page: puppeteer.Page;
|
|||||||
const width = 800;
|
const width = 800;
|
||||||
const height = 600;
|
const height = 600;
|
||||||
|
|
||||||
describe.only('Broken Tests', function (): void {
|
describe.only('Search Tests', function (): void {
|
||||||
this.timeout(200000);
|
this.timeout(200000);
|
||||||
|
|
||||||
before(async function (): Promise<any> {
|
before(async function (): Promise<any> {
|
||||||
@@ -32,7 +32,7 @@ describe.only('Broken Tests', function (): void {
|
|||||||
});
|
});
|
||||||
|
|
||||||
after(() => {
|
after(() => {
|
||||||
// browser.close();
|
browser.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user