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
f914c44b
Commit
f914c44b
authored
May 04, 2016
by
Douglas Hall
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into douglashall/fix_logistration_platform_name_display
parents
e97fa49b
8127158e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
common/lib/xmodule/xmodule/js/src/video/09_video_caption.js
+1
-1
common/static/coffee/src/discussion/views/discussion_thread_list_view.coffee
+0
-2
docs/en_us/internal/testing.rst
+3
-4
requirements/edx/github.txt
+1
-1
No files found.
common/lib/xmodule/xmodule/js/src/video/09_video_caption.js
View file @
f914c44b
...
...
@@ -759,7 +759,7 @@
self
.
subtitlesEl
.
find
(
'.transcript-end'
)
.
text
(
gettext
(
'End of transcript. Skip to the start.'
));
self
.
container
.
find
(
'.menu-container .
control
'
)
self
.
container
.
find
(
'.menu-container .
language-menu
'
)
.
attr
(
'aria-label'
,
gettext
(
'Language: Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.'
));
// jshint ignore:line
self
.
container
.
find
(
'.menu-container .control .control-text'
)
...
...
common/static/coffee/src/discussion/views/discussion_thread_list_view.coffee
View file @
f914c44b
...
...
@@ -337,8 +337,6 @@ if Backbone?
fitName
:
(
name
)
->
@
maxNameWidth
=
@
$
(
".forum-nav-browse"
).
width
()
-
parseInt
(
@
$
(
".forum-nav-browse"
).
css
(
"padding-left"
))
-
parseInt
(
@
$
(
".forum-nav-browse"
).
css
(
"padding-right"
))
-
@
$
(
".forum-nav-browse .icon"
).
outerWidth
(
true
)
-
@
$
(
".forum-nav-browse-drop-arrow"
).
outerWidth
(
true
)
width
=
@
getNameWidth
(
name
)
...
...
docs/en_us/internal/testing.rst
View file @
f914c44b
...
...
@@ -341,16 +341,15 @@ To run JavaScript tests in a browser, run these commands.
To debug these tests on devstack in a local browser:
* first run the appropriate test_js_dev command from above which will open a browser using XQuartz
* open the same URL in your browser but change the IP address to 192.168.33.10, e.g.
http://192.168.33.10:TEST_PORT/suite/cms
* open http://192.168.33.10:9876/debug.html in your host system's browser of choice
* this will run all the tests and show you the results including details of any failures
* you can click on an individually failing test and/or suite to re-run it by itself
* you can now use the browser's developer tools to debug as you would any other JavaScript code
Note: the port is also output to the console that you ran the tests from if you find that easier.
These paver commands call through to
a custom test runner
. For more
info, see `
js-test-tool <https://github.com/edx/js-test-tool
>`__.
These paver commands call through to
Karma
. For more
info, see `
karma-runner.github.io <https://karma-runner.github.io/
>`__.
Running Bok Choy Acceptance Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
requirements/edx/github.txt
View file @
f914c44b
...
...
@@ -90,7 +90,7 @@ git+https://github.com/edx/xblock-utils.git@v1.0.2#egg=xblock-utils==1.0.2
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-client==1.0.1
git+https://github.com/edx/xblock-lti-consumer.git@v1.0.6#egg=xblock-lti-consumer==1.0.6
git+https://github.com/edx/edx-proctoring.git@0.12.1
6#egg=edx-proctoring==0.12.16
git+https://github.com/edx/edx-proctoring.git@0.12.1
7#egg=edx-proctoring==0.12.17
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
...
...
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