Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
2bf64d76
Commit
2bf64d76
authored
11 years ago
by
Andy Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Remove feature flag for testing on container pages
parent
b78508a1
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/features/component_settings_editor_helpers.py
+0
-5
0 additions, 5 deletions
...ontentstore/features/component_settings_editor_helpers.py
cms/envs/common.py
+0
-3
0 additions, 3 deletions
cms/envs/common.py
with
0 additions
and
8 deletions
cms/djangoapps/contentstore/features/component_settings_editor_helpers.py
+
0
−
5
View file @
2bf64d76
...
...
@@ -55,11 +55,6 @@ def click_new_component_button(step, component_button_css):
world
.
css_click
(
component_button_css
)
if
FEATURES
[
'
USE_CONTAINER_PAGE_FOR_TESTING
'
]:
unit_url
=
world
.
browser
.
url
container_url
=
unit_url
.
replace
(
'
/unit/
'
,
'
/container/
'
)
world
.
visit
(
container_url
)
def
_click_advanced
():
css
=
'
ul.problem-type-tabs a[href=
"
#tab2
"
]
'
...
...
This diff is collapsed.
Click to expand it.
cms/envs/common.py
+
0
−
3
View file @
2bf64d76
...
...
@@ -99,9 +99,6 @@ FEATURES = {
# Turn off Advanced Security by default
'
ADVANCED_SECURITY
'
:
False
,
# Switch acceptance tests to use the container page instead of the unit page
'
USE_CONTAINER_PAGE_FOR_TESTING
'
:
False
,
}
ENABLE_JASMINE
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment