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
b614c19e
Unverified
Commit
b614c19e
authored
6 years ago
by
Michael Youngstrom
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #18833 from edx/youngstrom/bok-choy-flaky
Remove flaky bok-choy tests
parents
e79ffb3b
29c31285
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/test/acceptance/tests/lms/test_account_settings.py
+0
-22
0 additions, 22 deletions
common/test/acceptance/tests/lms/test_account_settings.py
common/test/acceptance/tests/lms/test_lms.py
+0
-10
0 additions, 10 deletions
common/test/acceptance/tests/lms/test_lms.py
with
0 additions
and
32 deletions
common/test/acceptance/tests/lms/test_account_settings.py
+
0
−
22
View file @
b614c19e
...
...
@@ -457,28 +457,6 @@ class AccountSettingsPageTest(AccountSettingsTestMixin, AcceptanceTest):
offset
=
time_zone
.
strftime
(
'
%z
'
)
return
abbr
,
offset
def
test_preferred_language_field
(
self
):
"""
Test behaviour of
"
Preferred Language
"
field.
"""
self
.
_test_dropdown_field
(
u
'
language_proficiencies
'
,
u
'
Preferred Language
'
,
u
''
,
[
u
'
Pushto
'
,
u
''
],
)
actual_events
=
self
.
wait_for_events
(
event_filter
=
self
.
settings_changed_event_filter
,
number_of_matches
=
2
)
self
.
assert_events_match
(
[
self
.
expected_settings_changed_event
(
'
language_proficiencies
'
,
[],
[{
'
code
'
:
'
ps
'
}],
table
=
'
student_languageproficiency
'
),
self
.
expected_settings_changed_event
(
'
language_proficiencies
'
,
[{
'
code
'
:
'
ps
'
}],
[],
table
=
'
student_languageproficiency
'
),
],
actual_events
)
def
test_social_links_field
(
self
):
"""
Test behaviour of one of the social media links field.
...
...
This diff is collapsed.
Click to expand it.
common/test/acceptance/tests/lms/test_lms.py
+
0
−
10
View file @
b614c19e
...
...
@@ -120,16 +120,6 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
course_names
=
self
.
dashboard_page
.
wait_for_page
().
available_courses
self
.
assertIn
(
self
.
course_info
[
"
display_name
"
],
course_names
)
def
test_login_failure
(
self
):
# Navigate to the login page
self
.
login_page
.
visit
()
# User account does not exist
self
.
login_page
.
login
(
email
=
"
nobody@nowhere.com
"
,
password
=
"
password
"
)
# Verify that an error is displayed
self
.
assertIn
(
"
Email or password is incorrect.
"
,
self
.
login_page
.
wait_for_errors
())
def
test_toggle_to_register_form
(
self
):
self
.
login_page
.
visit
().
toggle_form
()
self
.
assertEqual
(
self
.
login_page
.
current_form
,
"
register
"
)
...
...
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