Merge branch 'develop' into sidv/refactorShapes

This commit is contained in:
Sidharth Vinod 2024-10-04 14:44:31 +05:30 committed by GitHub
commit d9a26ff193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,8 @@ describe.skip('architecture diagram', () => {
});
});
describe('architecture - external', () => {
// Skipped as the layout is not deterministic, and causes issues in E2E tests.
describe.skip('architecture - external', () => {
it('should allow adding external icons', () => {
urlSnapshotTest('http://localhost:9000/architecture-external.html');
});