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
fc5ccbfb
Commit
fc5ccbfb
authored
Dec 12, 2015
by
solashirai
Committed by
solashirai
Mar 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused context_selector
parent
d3115f3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
openedx/tests/xblock_integration/pages/crowdsourcehinter_problem.py
+1
-4
No files found.
openedx/tests/xblock_integration/pages/crowdsourcehinter_problem.py
View file @
fc5ccbfb
...
...
@@ -11,15 +11,12 @@ class CrowdsourcehinterProblemPage(PageObject):
url
=
None
def
__init__
(
self
,
browser
,
context_selector
):
def
__init__
(
self
,
browser
):
"""
Args:
browser (selenium.webdriver): The Selenium-controlled browser that this page is loaded in.
"""
super
(
CrowdsourcehinterProblemPage
,
self
)
.
__init__
(
browser
)
if
isinstance
(
context_selector
,
unicode
):
context_selector
=
context_selector
.
encode
(
'utf-8'
)
self
.
context_selector
=
context_selector
def
is_browser_on_page
(
self
):
return
len
(
self
.
browser
.
find_elements_by_class_name
(
'crowdsourcehinter_block'
))
>
0
...
...
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