Skip to content

Commit a72d896

Browse files
committed
Remove only label on test
1 parent 49a16e3 commit a72d896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/facet_search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe.each([
4848
await client.waitForTask(taskUid)
4949
})
5050

51-
test.only(`${permission} key: basic facet value search`, async () => {
51+
test(`${permission} key: basic facet value search`, async () => {
5252
const client = await getClient(permission)
5353

5454
const params = {

0 commit comments

Comments
 (0)