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
f734cb8d
Commit
f734cb8d
authored
7 years ago
by
Michael Youngstrom
Browse files
Options
Downloads
Patches
Plain Diff
Remove test_library_updated
parent
405d40dc
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/studio/test_import_export.py
+0
-21
0 additions, 21 deletions
common/test/acceptance/tests/studio/test_import_export.py
with
0 additions
and
21 deletions
common/test/acceptance/tests/studio/test_import_export.py
+
0
−
21
View file @
f734cb8d
...
...
@@ -254,27 +254,6 @@ class TestLibraryImport(ImportTestMixin, StudioLibraryTest):
def
page_args
(
self
):
return
[
self
.
browser
,
self
.
library_key
]
def
test_library_updated
(
self
):
"""
Given that I visit an empty library
No XBlocks should be shown
When I visit the import page
And I upload a library that contains three XBlocks
And I visit the library page
Three XBlocks should be shown
"""
self
.
landing_page
.
visit
()
self
.
landing_page
.
wait_until_ready
()
# No items should be in the library to start.
self
.
assertEqual
(
len
(
self
.
landing_page
.
xblocks
),
0
)
self
.
import_page
.
visit
()
self
.
import_page
.
upload_tarball
(
self
.
tarball_name
)
self
.
import_page
.
wait_for_upload
()
self
.
landing_page
.
visit
()
self
.
landing_page
.
wait_until_ready
()
# There are three blocks in the tarball.
self
.
assertEqual
(
len
(
self
.
landing_page
.
xblocks
),
3
)
def
test_header
(
self
):
"""
Scenario: I should see the correct text when importing a library.
...
...
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