This commit is contained in:
Johannes Rieken 2021-12-09 12:53:16 +01:00
parent c04c29d496
commit ee3e404b71
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -36,7 +36,7 @@ export function setup(logger: Logger) {
await app.workbench.search.waitForResultText('16 results in 5 files');
});
it('searches only for *.js files & checks for correct result number', async function () {
it.skip('searches only for *.js files & checks for correct result number', async function () {
const app = this.app as Application;
await app.workbench.search.searchFor('body');
await app.workbench.search.showQueryDetails();