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
468d903b
Commit
468d903b
authored
May 20, 2015
by
E. Kolpakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed broken tests
parent
e11c818a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
common/static/coffee/spec/discussion/view/new_post_view_spec.coffee
+0
-6
common/static/coffee/spec/discussion/view/thread_response_show_view_spec.coffee
+2
-2
No files found.
common/static/coffee/spec/discussion/view/new_post_view_spec.coffee
View file @
468d903b
...
...
@@ -226,12 +226,6 @@ describe "NewPostView", ->
mode
:
"tab"
)
checkVisibility
=
(
view
,
expectedVisible
)
=>
view
.
render
()
expect
(
view
.
$
(
".js-group-select"
).
is
(
":visible"
)).
toEqual
(
expectedVisible
)
if
expectedVisible
expect
(
view
.
$
(
".js-group-select"
).
prop
(
"disabled"
)).
toEqual
(
false
)
it
"is not visible to students"
,
->
checkVisibility
(
@
view
,
false
)
...
...
common/static/coffee/spec/discussion/view/thread_response_show_view_spec.coffee
View file @
468d903b
...
...
@@ -57,7 +57,7 @@ describe "ThreadResponseShowView", ->
expect
(
@
view
.
$
(
".posted-details"
).
text
().
replace
(
/\s+/g
,
" "
)).
toMatch
(
"marked as answer less than a minute ago by "
+
endorsement
.
username
)
expect
(
@
view
.
$
(
".posted-details
>
a"
).
attr
(
'href'
)).
toEqual
(
"/courses/edX/999/test/discussion/forum/users/test_id"
)
expect
(
@
view
.
$
(
".posted-details a"
).
attr
(
'href'
)).
toEqual
(
"/courses/edX/999/test/discussion/forum/users/test_id"
)
it
"renders anonymous endorsement correctly for a marked answer in a question thread"
,
->
endorsement
=
{
...
...
@@ -88,7 +88,7 @@ describe "ThreadResponseShowView", ->
expect
(
@
view
.
$
(
".posted-details"
).
text
().
replace
(
/\s+/g
,
" "
)).
toMatch
(
"endorsed less than a minute ago by "
+
endorsement
.
username
)
expect
(
@
view
.
$
(
".posted-details
>
a"
).
attr
(
'href'
)).
toEqual
(
"/courses/edX/999/test/discussion/forum/users/test_id"
)
expect
(
@
view
.
$
(
".posted-details a"
).
attr
(
'href'
)).
toEqual
(
"/courses/edX/999/test/discussion/forum/users/test_id"
)
it
"renders anonymous endorsement correctly for an endorsed response in a discussion thread"
,
->
endorsement
=
{
...
...
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