feat: add use case diagram center tab
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -60,7 +60,7 @@ test('diagram center promotes the three-line table tab and removes overview', ()
|
||||
const menu = source.slice(menuStart, menuEnd)
|
||||
const labels = [...menu.matchAll(/<el-radio-button label="([^"]+)"/g)].map((match) => match[1])
|
||||
|
||||
assert.deepEqual(labels, ['three_line_table', 'er', 'module', 'architecture', 'flowchart', 'sequence', 'ai'])
|
||||
assert.deepEqual(labels, ['three_line_table', 'er', 'module', 'architecture', 'flowchart', 'use_case', 'sequence', 'ai'])
|
||||
assert.doesNotMatch(source, /overview:\s*'overview'/)
|
||||
assert.doesNotMatch(source, /activeDiagram\.value === 'overview'/)
|
||||
assert.doesNotMatch(source, /function buildOverviewGraph/)
|
||||
|
||||
Reference in New Issue
Block a user