fix: merges the app and website js sdk into @formbricks/js (#3314)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Anshuman Pandey
2024-10-08 18:10:58 +05:30
committed by GitHub
parent 82a7b2276d
commit 2bfea919fe
161 changed files with 835 additions and 3446 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ test.describe("JS Package Test", async () => {
// Formbricks In App Sync has happened
const syncApi = await page.waitForResponse(
(response) => {
return response.url().includes("/app/environment");
return response.url().includes("/environment");
},
{
timeout: 120000,