Tightened up wording

This commit is contained in:
JonahStanley
2013-08-16 11:08:05 -04:00
parent 967fdee6bc
commit 43bee86074
2 changed files with 3 additions and 3 deletions

View File

@@ -8,11 +8,11 @@ Feature: The help module should work
Given I visit the homepage
When I open the help form
And I report a "problem"
Then I should see confirmation that the problem was received
Then I should see confirmation that the issue was received
Scenario: I can submit a problem when I am logged in
Given I am in a course
When I open the help form
And I report a "problem" without saying who I am
Then I should see confirmation that the problem was received
Then I should see confirmation that the issue was received

View File

@@ -31,7 +31,7 @@ def submit_partial_problem_type(step, submission_type):
world.css_click(submit_css)
@step(u'I should see confirmation that the problem was received')
@step(u'I should see confirmation that the issue was received')
def see_confirmation(step):
assert world.browser.evaluate_script("$('input[value=\"Submit\"]').attr('disabled')") == 'disabled'