Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
43bee860
Commit
43bee860
authored
Aug 16, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tightened up wording
parent
967fdee6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lms/djangoapps/courseware/features/help.feature
+2
-2
lms/djangoapps/courseware/features/help.py
+1
-1
No files found.
lms/djangoapps/courseware/features/help.feature
View file @
43bee860
...
@@ -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
lms/djangoapps/courseware/features/help.py
View file @
43bee860
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment