Skip to content

Commit

Permalink
chore: add elk_border_radius e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShupingHe committed Mar 1, 2023
1 parent 2dd1202 commit 776b6af
Show file tree
Hide file tree
Showing 5 changed files with 1,135 additions and 0 deletions.
26 changes: 26 additions & 0 deletions e2etests/stable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ var testMarkdown string

func testStable(t *testing.T) {
tcs := []testCase{
{
name: "elk_border_radius",
script: `
a -> b
a -> c {
style: {
border-radius: 0
}
}
a -> e {
style: {
border-radius: 5
}
}
a -> f {
style: {
border-radius: 10
}
}
a -> g {
style: {
border-radius: 20
}
}
`,
},
{
name: "connected_container",
script: `a.b -> c.d -> f.h.g
Expand Down
Loading

0 comments on commit 776b6af

Please sign in to comment.