diff --git a/e2etests/stable_test.go b/e2etests/stable_test.go index 0fa299c0d..c527928b8 100644 --- a/e2etests/stable_test.go +++ b/e2etests/stable_test.go @@ -42,13 +42,14 @@ oval: {shape: "oval"} circle: {shape: "circle"} hexagon: {shape: "hexagon"} cloud: {shape: "cloud"} +double_circle: {shape: "double_circle"} rectangle -> square -> page parallelogram -> document -> cylinder queue -> package -> step callout -> stored_data -> person diamond -> oval -> circle -hexagon -> cloud +hexagon -> cloud -> double_circle `, }, { @@ -71,13 +72,14 @@ oval: {shape: "oval"} circle: {shape: "circle"} hexagon: {shape: "hexagon"} cloud: {shape: "cloud"} +double_circle: {shape: "double_circle"} rectangle -> square -> page parallelogram -> document -> cylinder queue -> package -> step callout -> stored_data -> person diamond -> oval -> circle -hexagon -> cloud +hexagon -> cloud -> double_circle rectangle.multiple: true square.multiple: true @@ -96,6 +98,7 @@ oval.multiple: true circle.multiple: true hexagon.multiple: true cloud.multiple: true +double_circle.multiple: true `, }, { @@ -118,13 +121,14 @@ oval: {shape: "oval"} circle: {shape: "circle"} hexagon: {shape: "hexagon"} cloud: {shape: "cloud"} +double_circle: {shape: "double_circle"} rectangle -> square -> page parallelogram -> document -> cylinder queue -> package -> step callout -> stored_data -> person diamond -> oval -> circle -hexagon -> cloud +hexagon -> cloud -> double_circle rectangle.shadow: true square.shadow: true @@ -143,6 +147,7 @@ oval.shadow: true circle.shadow: true hexagon.shadow: true cloud.shadow: true +double_circle.shadow: true `, }, {