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
ab2d0063
Commit
ab2d0063
authored
Aug 31, 2015
by
tasawernawaz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9454 from edx/tasawer/bugfix/ecom-1165-fixing-password-reset-test
Removing flaky decorator from test
parents
0de0fbb9
58a2dc24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
common/test/acceptance/pages/lms/login_and_register.py
+1
-1
common/test/acceptance/tests/lms/test_lms.py
+0
-1
No files found.
common/test/acceptance/pages/lms/login_and_register.py
View file @
ab2d0063
...
...
@@ -127,7 +127,7 @@ class CombinedLoginAndRegisterPage(PageObject):
@property
def
url
(
self
):
"""Return the URL for the combined login/registration page. """
url
=
"{base}/
account/
{login_or_register}"
.
format
(
url
=
"{base}/{login_or_register}"
.
format
(
base
=
BASE_URL
,
login_or_register
=
self
.
_start_page
)
...
...
common/test/acceptance/tests/lms/test_lms.py
View file @
ab2d0063
...
...
@@ -109,7 +109,6 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self
.
login_page
.
visit
()
.
toggle_form
()
self
.
assertEqual
(
self
.
login_page
.
current_form
,
"register"
)
@flaky
# TODO fix this, see ECOM-1165
def
test_password_reset_success
(
self
):
# Create a user account
email
,
password
=
self
.
_create_unique_user
()
# pylint: disable=unused-variable
...
...
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