Revize 2e223013
Přidáno uživatelem Patrik Harag před více než 5 roky(ů)
sources/imiger-core/src/test/robot/common.robot | ||
---|---|---|
37 | 37 |
Wait Until Element Is Not Visible //div[@id="loader"] |
38 | 38 |
|
39 | 39 |
|
40 |
Open Diagram Raw With Initial Elimination |
|
41 |
Open Browser To Base Path |
|
42 |
${filePath}= Normalize Path ${TEST DATA PATH}${/}raw${/}jira-project.json |
|
43 |
Choose File name:file ${filePath} |
|
44 |
Click Button Start visualization |
|
45 |
Wait Until Element Is Not Visible //div[@id="loader"] |
|
46 |
|
|
47 |
|
|
40 | 48 |
Open Diagram Spade |
41 | 49 |
Open Browser To Base Path |
42 | 50 |
${filePath}= Normalize Path ${TEST DATA PATH}${/}spade${/}jira-project.json |
sources/imiger-core/src/test/robot/initial-elimination.robot | ||
---|---|---|
1 |
*** Settings *** |
|
2 |
Documentation A test suite with tests of initial elimination. |
|
3 |
|
|
4 |
Suite Setup Open Diagram Raw With Initial Elimination |
|
5 |
Suite Teardown Close Browser |
|
6 |
|
|
7 |
Resource common.robot |
|
8 |
|
|
9 |
*** Test Cases *** |
|
10 |
|
|
11 |
Initial elimination |
|
12 |
${count}= Get Element Count //*[name()="g"][contains(@class, "vertex")] |
|
13 |
Should Be True ${count} < 20 |
Také k dispozici: Unified diff
Add UI test of initial elimination (refs #7518)