fix formatting

This commit is contained in:
Sung-Hyun Kang (from Dev Box)
2023-11-10 15:27:33 -06:00
parent 22ce69d20c
commit feba77e2bf

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: 65000, timeout: 90000,
}); });
}); });