Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
8ca5c11a
Commit
8ca5c11a
authored
7 years ago
by
Eric Fischer
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15309 from edx/efischer/fix_studio_link_tests
Skip failing tests temporarily
parents
1acb5155
9e6b449a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/studio/test_studio_help.py
+4
-0
4 additions, 0 deletions
common/test/acceptance/tests/studio/test_studio_help.py
with
4 additions
and
0 deletions
common/test/acceptance/tests/studio/test_studio_help.py
+
4
−
0
View file @
8ca5c11a
...
...
@@ -799,6 +799,7 @@ class SettingsHelpTest(StudioCourseTest):
self
.
settings_page
.
visit
()
@skip
(
"
Fix studio help links in DOC-3686
"
)
def
test_settings_page_nav_help
(
self
):
"""
Scenario: Help link in navigation bar is working on Settings page.
...
...
@@ -871,6 +872,7 @@ class CourseTeamSettingsHelpTest(StudioCourseTest):
self
.
course_team_settings_page
.
visit
()
@skip
(
"
Fix studio help links in DOC-3686
"
)
def
test_course_course_team_nav_help
(
self
):
"""
Scenario: Help link in navigation bar is working on Course Team settings page
...
...
@@ -1000,6 +1002,7 @@ class CertificatePageHelpTest(StudioCourseTest):
self
.
certificates_page
.
visit
()
@skip
(
"
Fix studio help links in DOC-3686
"
)
def
test_certificate_page_nav_help
(
self
):
"""
Scenario: Help link in navigation bar is working on Certificate settings page
...
...
@@ -1018,6 +1021,7 @@ class CertificatePageHelpTest(StudioCourseTest):
href
=
expected_url
,
)
@skip
(
"
Fix studio help links in DOC-3686
"
)
def
test_certificate_page_side_bar_help
(
self
):
"""
Scenario: Help link in side bar is working Certificate settings page
...
...
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