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
c27391ce
Commit
c27391ce
authored
May 30, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accidently left in a set_trace and forgot to include files
parent
ccc253d5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
lms/djangoapps/courseware/features/high-level-tabs.py
+12
-0
lms/djangoapps/courseware/features/problems_setup.py
+0
-0
No files found.
lms/djangoapps/courseware/features/high-level-tabs.py
0 → 100644
View file @
c27391ce
from
lettuce
import
world
,
step
from
nose.tools
import
assert_equals
@step
(
u'I click on the tabs then the page title should contain the following titles:'
)
def
i_click_on_the_tab_and_check
(
step
):
for
tab_title
in
step
.
hashes
:
tab_text
=
tab_title
[
'TabName'
]
title
=
tab_title
[
'PageTitle'
]
world
.
click_link
(
tab_text
)
world
.
save_the_html
()
assert
(
title
in
world
.
browser
.
title
)
lms/djangoapps/courseware/features/problems_setup.py
0 → 100644
View file @
c27391ce
This diff is collapsed.
Click to expand it.
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