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
93fa2e7f
Unverified
Commit
93fa2e7f
authored
6 years ago
by
Jeremy Bowman
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #18798 from edx/jmbowman/delete_flaky_test
Delete another flaky LEARNER-71 test
parents
cc53954c
30fb8da6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/lms/test_lms_courseware.py
+0
-16
0 additions, 16 deletions
common/test/acceptance/tests/lms/test_lms_courseware.py
with
0 additions
and
16 deletions
common/test/acceptance/tests/lms/test_lms_courseware.py
+
0
−
16
View file @
93fa2e7f
...
...
@@ -509,22 +509,6 @@ class CoursewareMultipleVerticalsTest(CoursewareMultipleVerticalsTestBase):
sequence_ui_events
)
# TODO: Delete as part of TNL-6546 / LEARNER-71
def
test_link_clicked_events
(
self
):
"""
Given that I am a user in the courseware
When I navigate via the left-hand nav
Then a link clicked event is logged
"""
self
.
courseware_page
.
visit
()
self
.
courseware_page
.
nav
.
go_to_section
(
'
Test Section 1
'
,
'
Test Subsection 1,2
'
)
self
.
courseware_page
.
nav
.
go_to_section
(
'
Test Section 2
'
,
'
Test Subsection 2,1
'
)
filter_link_clicked
=
lambda
event
:
event
.
get
(
'
name
'
,
''
)
==
'
edx.ui.lms.link_clicked
'
link_clicked_events
=
self
.
wait_for_events
(
event_filter
=
filter_link_clicked
,
timeout
=
2
)
self
.
assertEqual
(
len
(
link_clicked_events
),
2
)
def
assert_navigation_state
(
self
,
section_title
,
subsection_title
,
subsection_position
,
next_enabled
,
prev_enabled
):
...
...
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