add style fill to connection labels in e2e tests

This commit is contained in:
Gavin Nishizawa 2022-12-16 15:43:03 -08:00
parent bf139735bf
commit 46921d6025
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -917,12 +917,13 @@ y: {
} }
} }
x -> y: { x -> y: in style {
style: { style: {
stroke: green stroke: green
opacity: 0.5 opacity: 0.5
stroke-width: 2 stroke-width: 2
stroke-dash: 5 stroke-dash: 5
fill: lavender
} }
} }
`, `,
@ -1041,6 +1042,7 @@ size S -> size M: custom 15 {
} }
size XXXL -> custom 64: custom 48 { size XXXL -> custom 64: custom 48 {
style.font-size: 48 style.font-size: 48
style.fill: lavender
} }
`, `,
}, { }, {