mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 11:30:38 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user