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
80635a99
Commit
80635a99
authored
Apr 03, 2014
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3149 from edx/alex/fix_flaky_test
Fix flaky acceptance test.
parents
11d078a9
e2de072f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
cms/djangoapps/contentstore/features/upload.py
+1
-2
No files found.
cms/djangoapps/contentstore/features/upload.py
View file @
80635a99
...
...
@@ -26,8 +26,7 @@ def go_to_uploads(_step):
@step
(
u'I upload the( test)? file "([^"]*)"$'
)
def
upload_file
(
_step
,
is_test_file
,
file_name
):
upload_css
=
'a.upload-button'
world
.
css_click
(
upload_css
)
world
.
click_link
(
'Upload New File'
)
if
not
is_test_file
:
_write_test_file
(
file_name
,
"test file"
)
...
...
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