Commit 43bee860 by JonahStanley

Tightened up wording

parent 967fdee6
...@@ -8,11 +8,11 @@ Feature: The help module should work ...@@ -8,11 +8,11 @@ Feature: The help module should work
Given I visit the homepage Given I visit the homepage
When I open the help form When I open the help form
And I report a "problem" 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 Scenario: I can submit a problem when I am logged in
Given I am in a course Given I am in a course
When I open the help form When I open the help form
And I report a "problem" without saying who I am 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
...@@ -31,7 +31,7 @@ def submit_partial_problem_type(step, submission_type): ...@@ -31,7 +31,7 @@ def submit_partial_problem_type(step, submission_type):
world.css_click(submit_css) 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): def see_confirmation(step):
assert world.browser.evaluate_script("$('input[value=\"Submit\"]').attr('disabled')") == 'disabled' assert world.browser.evaluate_script("$('input[value=\"Submit\"]').attr('disabled')") == 'disabled'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment