Added comments saying why tests were skipped

Added comment

Removed set_trace
This commit is contained in:
JonahStanley
2013-08-05 11:20:48 -04:00
parent 7e67ee378a
commit 83d2c808e0
4 changed files with 6 additions and 5 deletions

View File

@@ -44,13 +44,13 @@ Feature: Problem Editor
When I edit and select Settings
Then if I set the weight to "abc", it remains unset
#CHROME ONLY
#CHROME ONLY, firefox will behave differently, it will display as 2.34 and persist as 2
Scenario: User cannot type decimal values integer number field
Given I have created a Blank Common Problem
When I edit and select Settings
Then if I set the max attempts to "2.34", it displays initially as "234", and is persisted as "234"
#CHROME ONLY
#CHROME ONLY, skipped in firefox for reason above
Scenario: User cannot type out of range values in an integer number field
Given I have created a Blank Common Problem
When I edit and select Settings