We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d459f55 commit 8f4608cCopy full SHA for 8f4608c
1 file changed
test-app/e2e/transformations.spec.ts
@@ -23,7 +23,7 @@ test.describe("ImageKit Transformations E2E Tests", () => {
23
test("should support query-based transformations", async ({ page }) => {
24
const img = page.locator('ik-image img[alt="Image with queryParameters"]');
25
const src = await img.getAttribute("src");
26
- expect(src).toContain("version=v1");
+ expect(src).toContain("tr=");
27
});
28
29
0 commit comments