diff --git a/e2etests/stable_test.go b/e2etests/stable_test.go index 73f11b652..f9628c79e 100644 --- a/e2etests/stable_test.go +++ b/e2etests/stable_test.go @@ -16,22 +16,22 @@ func testStable(t *testing.T) { name: "elk_border_radius", script: ` a -> b - a -> c { + a -> c: { style: { border-radius: 0 } } - a -> e { + a -> e: { style: { border-radius: 5 } } - a -> f { + a -> f: { style: { border-radius: 10 } } - a -> g { + a -> g: { style: { border-radius: 20 }