Tightened up wording
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user