Commit 2f7d4bb0c24b7f8030c424c433deb9f133989f35
Committed by
Rafael Manzo
1 parent
d907b341
Exists in
colab
and in
4 other branches
Removed @javascript from features that didn't need it
Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing
4 changed files
with
4 additions
and
7 deletions
Show diff stats
features/compound_metric_configuration/edition.feature
| ... | ... | @@ -30,7 +30,7 @@ Feature: Compound Metric Configuration edition |
| 30 | 30 | Then I should see "Another_code" |
| 31 | 31 | And I should see "Compound Metric Configuration was successfully updated." |
| 32 | 32 | |
| 33 | - @kalibro_configuration_restart @javascript | |
| 33 | + @kalibro_configuration_restart@javascript | |
| 34 | 34 | Scenario: trying to edit with blank fields |
| 35 | 35 | Given I am a regular user |
| 36 | 36 | And I am signed in |
| ... | ... | @@ -51,7 +51,7 @@ Feature: Compound Metric Configuration edition |
| 51 | 51 | And I should see "Weight must be greater than 0" |
| 52 | 52 | |
| 53 | 53 | |
| 54 | - @kalibro_configuration_restart @javascript | |
| 54 | + @kalibro_configuration_restart | |
| 55 | 55 | Scenario: trying to edit with an existing code |
| 56 | 56 | Given I am a regular user |
| 57 | 57 | And I am signed in | ... | ... |
features/kalibro_range/create.feature
| ... | ... | @@ -89,7 +89,7 @@ Feature: Create Kalibro Range |
| 89 | 89 | And I should see "1 error prohibited this KalibroRange from being saved" |
| 90 | 90 | And I should see "End The End value should be greater than the Beginning value." |
| 91 | 91 | |
| 92 | - @kalibro_configuration_restart @javascript | |
| 92 | + @kalibro_configuration_restart | |
| 93 | 93 | Scenario: With an invalid beginning (not a number) |
| 94 | 94 | Given I am a regular user |
| 95 | 95 | And I am signed in |
| ... | ... | @@ -103,7 +103,6 @@ Feature: Create Kalibro Range |
| 103 | 103 | And I fill the Comments field with "My Comment" |
| 104 | 104 | And I set the select field "Reading" as "My Reading" |
| 105 | 105 | When I press the Save button |
| 106 | - And I take a picture of the page | |
| 107 | 106 | Then I should be at the New Range page |
| 108 | 107 | And I should see "1 error prohibited this KalibroRange from being saved" |
| 109 | 108 | And I should see "Beginning is not a number" | ... | ... |
features/metric_configuration/create.feature
| ... | ... | @@ -49,7 +49,6 @@ Feature: Metric Configuration Creation |
| 49 | 49 | And I am at the Sample Configuration page |
| 50 | 50 | And I click the Add Metric link |
| 51 | 51 | And I click the Total Abstract Classes link |
| 52 | - And I take a picture of the page | |
| 53 | 52 | And I fill the Weight field with "2" |
| 54 | 53 | And I set the select field "Aggregation Form" as "Average" |
| 55 | 54 | And I set the select field "Reading Group" as "Scholar" | ... | ... |
features/metric_configuration/edition.feature
| ... | ... | @@ -13,7 +13,7 @@ Feature: Metric Configuration edition |
| 13 | 13 | When I am at the Sample Configuration page |
| 14 | 14 | Then I should not see Edit within table |
| 15 | 15 | |
| 16 | - @kalibro_configuration_restart @javascript | |
| 16 | + @kalibro_configuration_restart | |
| 17 | 17 | Scenario: editing a metric configuration successfully |
| 18 | 18 | Given I am a regular user |
| 19 | 19 | And I am signed in |
| ... | ... | @@ -22,7 +22,6 @@ Feature: Metric Configuration edition |
| 22 | 22 | And I have a sample metric configuration within the given mezuro configuration |
| 23 | 23 | And I am at the Sample Configuration page |
| 24 | 24 | When I click the Edit link |
| 25 | - And I take a picture of the page | |
| 26 | 25 | And I fill the Weight field with "3.0" |
| 27 | 26 | And I press the Save button |
| 28 | 27 | Then I should see "3.0" | ... | ... |