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 6383477 commit 05f1cd5Copy full SHA for 05f1cd5
tests/env/express/tests/client.test.js
@@ -4,6 +4,7 @@ describe('MeiliSearch JS Browser test', () => {
4
})
5
6
it('Should have generated a meilisearch client and displayed', async () => {
7
+ jest.setTimeout(100 * 1000)
8
await page.waitForSelector("#indexes")
9
await expect(
10
page.content()
0 commit comments