Added lettuce tests for script (customresponse) problems.

Increased wait time for login screen to reduce false positives.
This commit is contained in:
Will Daly
2013-03-15 12:13:07 -04:00
parent 8423816076
commit e41bb8462c
3 changed files with 26 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ Feature: Answer choice problems
| string |
| numerical |
| formula |
| script |
Scenario: I can answer a problem incorrectly
Given I am viewing a "<ProblemType>" problem
@@ -30,6 +31,7 @@ Feature: Answer choice problems
| string |
| numerical |
| formula |
| script |
Scenario: I can submit a blank answer
Given I am viewing a "<ProblemType>" problem
@@ -44,6 +46,7 @@ Feature: Answer choice problems
| string |
| numerical |
| formula |
| script |
Scenario: I can reset a problem
@@ -66,3 +69,5 @@ Feature: Answer choice problems
| numerical | incorrect |
| formula | correct |
| formula | incorrect |
| script | correct |
| script | incorrect |