Programm architecture simplified so that the EDA can now run individually without generation of .gds file
This commit is contained in:
@@ -32,6 +32,11 @@ assert(
|
||||
canvasHtml.includes('svg_url'),
|
||||
'Build Layout should use the backend svg_url response'
|
||||
);
|
||||
assert(
|
||||
canvasHtml.includes('result.preview_error') &&
|
||||
canvasHtml.includes('Preview skipped: '),
|
||||
'Build Layout should log when the backend saves YAML but skips SVG preview because the router stack is unavailable'
|
||||
);
|
||||
assert(
|
||||
canvasHtml.includes('layoutPreview'),
|
||||
'canvas pages should support a layoutPreview tab type'
|
||||
|
||||
Reference in New Issue
Block a user