Skip to content

Commit 8f4608c

Browse files
committed
fix: update E2E test to validate image transformation query parameter
1 parent d459f55 commit 8f4608c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/e2e/transformations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe("ImageKit Transformations E2E Tests", () => {
2323
test("should support query-based transformations", async ({ page }) => {
2424
const img = page.locator('ik-image img[alt="Image with queryParameters"]');
2525
const src = await img.getAttribute("src");
26-
expect(src).toContain("version=v1");
26+
expect(src).toContain("tr=");
2727
});
2828
});
2929

0 commit comments

Comments
 (0)