add all_shapes_multiple test
This commit is contained in:
parent
5a93fd9f0a
commit
87da12618e
3 changed files with 1239 additions and 0 deletions
|
|
@ -48,6 +48,53 @@ queue -> package -> step
|
||||||
callout -> stored_data -> person
|
callout -> stored_data -> person
|
||||||
diamond -> oval -> circle
|
diamond -> oval -> circle
|
||||||
hexagon -> cloud
|
hexagon -> cloud
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "all_shapes_multiple",
|
||||||
|
script: `
|
||||||
|
rectangle: {shape: "rectangle"}
|
||||||
|
square: {shape: "square"}
|
||||||
|
page: {shape: "page"}
|
||||||
|
parallelogram: {shape: "parallelogram"}
|
||||||
|
document: {shape: "document"}
|
||||||
|
cylinder: {shape: "cylinder"}
|
||||||
|
queue: {shape: "queue"}
|
||||||
|
package: {shape: "package"}
|
||||||
|
step: {shape: "step"}
|
||||||
|
callout: {shape: "callout"}
|
||||||
|
stored_data: {shape: "stored_data"}
|
||||||
|
person: {shape: "person"}
|
||||||
|
diamond: {shape: "diamond"}
|
||||||
|
oval: {shape: "oval"}
|
||||||
|
circle: {shape: "circle"}
|
||||||
|
hexagon: {shape: "hexagon"}
|
||||||
|
cloud: {shape: "cloud"}
|
||||||
|
|
||||||
|
rectangle -> square -> page
|
||||||
|
parallelogram -> document -> cylinder
|
||||||
|
queue -> package -> step
|
||||||
|
callout -> stored_data -> person
|
||||||
|
diamond -> oval -> circle
|
||||||
|
hexagon -> cloud
|
||||||
|
|
||||||
|
rectangle.multiple: true
|
||||||
|
square.multiple: true
|
||||||
|
page.multiple: true
|
||||||
|
parallelogram.multiple: true
|
||||||
|
document.multiple: true
|
||||||
|
cylinder.multiple: true
|
||||||
|
queue.multiple: true
|
||||||
|
package.multiple: true
|
||||||
|
step.multiple: true
|
||||||
|
callout.multiple: true
|
||||||
|
stored_data.multiple: true
|
||||||
|
person.multiple: true
|
||||||
|
diamond.multiple: true
|
||||||
|
oval.multiple: true
|
||||||
|
circle.multiple: true
|
||||||
|
hexagon.multiple: true
|
||||||
|
cloud.multiple: true
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
1170
e2etests/testdata/stable/all_shapes_multiple/board.exp.json
vendored
Normal file
1170
e2etests/testdata/stable/all_shapes_multiple/board.exp.json
vendored
Normal file
File diff suppressed because it is too large
Load diff
22
e2etests/testdata/stable/all_shapes_multiple/sketch.exp.svg
vendored
Normal file
22
e2etests/testdata/stable/all_shapes_multiple/sketch.exp.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 338 KiB |
Loading…
Reference in a new issue