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,7 +30,7 @@ Feature: Compound Metric Configuration edition | ||
| 30 | Then I should see "Another_code" | 30 | Then I should see "Another_code" |
| 31 | And I should see "Compound Metric Configuration was successfully updated." | 31 | And I should see "Compound Metric Configuration was successfully updated." |
| 32 | 32 | ||
| 33 | - @kalibro_configuration_restart @javascript | 33 | + @kalibro_configuration_restart@javascript |
| 34 | Scenario: trying to edit with blank fields | 34 | Scenario: trying to edit with blank fields |
| 35 | Given I am a regular user | 35 | Given I am a regular user |
| 36 | And I am signed in | 36 | And I am signed in |
| @@ -51,7 +51,7 @@ Feature: Compound Metric Configuration edition | @@ -51,7 +51,7 @@ Feature: Compound Metric Configuration edition | ||
| 51 | And I should see "Weight must be greater than 0" | 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 | Scenario: trying to edit with an existing code | 55 | Scenario: trying to edit with an existing code |
| 56 | Given I am a regular user | 56 | Given I am a regular user |
| 57 | And I am signed in | 57 | And I am signed in |
features/kalibro_range/create.feature
| @@ -89,7 +89,7 @@ Feature: Create Kalibro Range | @@ -89,7 +89,7 @@ Feature: Create Kalibro Range | ||
| 89 | And I should see "1 error prohibited this KalibroRange from being saved" | 89 | And I should see "1 error prohibited this KalibroRange from being saved" |
| 90 | And I should see "End The End value should be greater than the Beginning value." | 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 | Scenario: With an invalid beginning (not a number) | 93 | Scenario: With an invalid beginning (not a number) |
| 94 | Given I am a regular user | 94 | Given I am a regular user |
| 95 | And I am signed in | 95 | And I am signed in |
| @@ -103,7 +103,6 @@ Feature: Create Kalibro Range | @@ -103,7 +103,6 @@ Feature: Create Kalibro Range | ||
| 103 | And I fill the Comments field with "My Comment" | 103 | And I fill the Comments field with "My Comment" |
| 104 | And I set the select field "Reading" as "My Reading" | 104 | And I set the select field "Reading" as "My Reading" |
| 105 | When I press the Save button | 105 | When I press the Save button |
| 106 | - And I take a picture of the page | ||
| 107 | Then I should be at the New Range page | 106 | Then I should be at the New Range page |
| 108 | And I should see "1 error prohibited this KalibroRange from being saved" | 107 | And I should see "1 error prohibited this KalibroRange from being saved" |
| 109 | And I should see "Beginning is not a number" | 108 | And I should see "Beginning is not a number" |
features/metric_configuration/create.feature
| @@ -49,7 +49,6 @@ Feature: Metric Configuration Creation | @@ -49,7 +49,6 @@ Feature: Metric Configuration Creation | ||
| 49 | And I am at the Sample Configuration page | 49 | And I am at the Sample Configuration page |
| 50 | And I click the Add Metric link | 50 | And I click the Add Metric link |
| 51 | And I click the Total Abstract Classes link | 51 | And I click the Total Abstract Classes link |
| 52 | - And I take a picture of the page | ||
| 53 | And I fill the Weight field with "2" | 52 | And I fill the Weight field with "2" |
| 54 | And I set the select field "Aggregation Form" as "Average" | 53 | And I set the select field "Aggregation Form" as "Average" |
| 55 | And I set the select field "Reading Group" as "Scholar" | 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,7 +13,7 @@ Feature: Metric Configuration edition | ||
| 13 | When I am at the Sample Configuration page | 13 | When I am at the Sample Configuration page |
| 14 | Then I should not see Edit within table | 14 | Then I should not see Edit within table |
| 15 | 15 | ||
| 16 | - @kalibro_configuration_restart @javascript | 16 | + @kalibro_configuration_restart |
| 17 | Scenario: editing a metric configuration successfully | 17 | Scenario: editing a metric configuration successfully |
| 18 | Given I am a regular user | 18 | Given I am a regular user |
| 19 | And I am signed in | 19 | And I am signed in |
| @@ -22,7 +22,6 @@ Feature: Metric Configuration edition | @@ -22,7 +22,6 @@ Feature: Metric Configuration edition | ||
| 22 | And I have a sample metric configuration within the given mezuro configuration | 22 | And I have a sample metric configuration within the given mezuro configuration |
| 23 | And I am at the Sample Configuration page | 23 | And I am at the Sample Configuration page |
| 24 | When I click the Edit link | 24 | When I click the Edit link |
| 25 | - And I take a picture of the page | ||
| 26 | And I fill the Weight field with "3.0" | 25 | And I fill the Weight field with "3.0" |
| 27 | And I press the Save button | 26 | And I press the Save button |
| 28 | Then I should see "3.0" | 27 | Then I should see "3.0" |