fix formatting

This commit is contained in:
Sung-Hyun Kang (from Dev Box)
2023-11-10 15:31:53 -06:00
parent feba77e2bf
commit 5433d61bd8

View File

@@ -43,6 +43,6 @@ test("Resource token", async () => {
name: "explorer", name: "explorer",
}); });
await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, { await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, {
timeout: 90000, timeout: 150000,
}); });
}); });