mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-05 16:46:43 +02:00
modify invalid e2e test for gantt chart
This commit is contained in:
@@ -16,8 +16,9 @@ describe('Gantt diagram', () => {
|
|||||||
section A section
|
section A section
|
||||||
Completed task :done, des1, 2014-01-06,2014-01-08
|
Completed task :done, des1, 2014-01-06,2014-01-08
|
||||||
Active task :active, des2, 2014-01-09, 3d
|
Active task :active, des2, 2014-01-09, 3d
|
||||||
Future task : des3, after des2, 5d
|
Future task :des3, after des2, 5d
|
||||||
Future task2 : des4, after des3, 5d
|
Future task2 :des4, after des3, 5d
|
||||||
|
Waiting for task 2 :after des1, until des4
|
||||||
|
|
||||||
section Critical tasks
|
section Critical tasks
|
||||||
Completed task in the critical line :crit, done, 2014-01-06,24h
|
Completed task in the critical line :crit, done, 2014-01-06,24h
|
||||||
@@ -25,8 +26,6 @@ describe('Gantt diagram', () => {
|
|||||||
Create tests for parser :crit, active, 3d
|
Create tests for parser :crit, active, 3d
|
||||||
Future task in critical line :crit, 5d
|
Future task in critical line :crit, 5d
|
||||||
Create tests for renderer :2d
|
Create tests for renderer :2d
|
||||||
Add to mermaid :adding, 1d
|
|
||||||
Thinking about adding to mermaid :after des1, until adding
|
|
||||||
|
|
||||||
section Documentation
|
section Documentation
|
||||||
Describe gantt syntax :active, a1, after des1, 3d
|
Describe gantt syntax :active, a1, after des1, 3d
|
||||||
|
Reference in New Issue
Block a user