Revize c1a7a041
Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)
robot_tests/sample.robot | ||
---|---|---|
15 | 15 |
Example Test |
16 | 16 |
Setup Homepage |
17 | 17 |
Get Text h1 contains Certificate Listing |
18 |
Get Element Count ${table_rows} == 0
|
|
18 |
Certificate Table Is Empty
|
|
19 | 19 |
Click "Create certificate" |
20 | 20 |
Get Text h1 contains Create Certificate |
21 | 21 |
Fill Text ${common_name_field} ${common_name} |
... | ... | |
32 | 32 |
|
33 | 33 |
*** Keywords *** |
34 | 34 |
Setup Homepage |
35 |
New Page ${url} |
|
35 |
New Page ${url} |
|
36 |
|
|
37 |
Certificate Table Is Empty |
|
38 |
Get Element Count ${table_rows} == 0 |
Také k dispozici: Unified diff
Re #8714 - Extended the sample.robot test case with a custom keyword