@@ -6,22 +6,21 @@ Feature: Cohort Search
6
6
And I set the language to German
7
7
8
8
Scenario Outline : Search for Criterium "<criterium>"
9
- And the table should have 50 rows
9
+ And the table should have 20 rows
10
10
And the button "<button1>" should be disabled
11
11
And the button "<button2>" should be disabled
12
12
When I type "<criterium>" in the search input field
13
13
Then I should see a row containing "<criterium>"
14
14
When I clear the search input field
15
- Then the table should have 50 rows
15
+ Then the table should have 20 rows
16
16
17
17
Examples : Search Criteria
18
- | criterium | button1 | button2 |
19
- | Aktuelles chronologisches Alter | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
20
- | Diabetes | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
21
-
18
+ | criterium | button1 | button2 |
19
+ | Aktuelles chronologisches Alter | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
20
+ | Diabetes | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
22
21
23
22
Scenario Outline : Select Cohort elements
24
- Given I type "<criterium>" in the search input field
23
+ Given I type "<criterium>" in the search input field
25
24
Then I select the checkbox in the row containing "<criterium>"
26
25
And I click on the button "<button1>"
27
26
Then the button "<button2>" should be enabled
@@ -30,5 +29,5 @@ Feature: Cohort Search
30
29
Then I am on the "Feasibility Editor" page
31
30
32
31
Examples : Selection Criteria
33
- | criterium | button1 | button2 |
34
- | Aktuelles chronologisches Alter | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
32
+ | criterium | button1 | button2 |
33
+ | Aktuelles chronologisches Alter | Zur Kohortenselektion hinzuf ügen | Kohortenselektion anzeigen |
0 commit comments