Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jan Maximilian Michal
grady
Merge requests
!182
Resolve "Clarification System"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Clarification System"
84-clarification-system
into
master
Overview
3
Commits
7
Pipelines
7
Changes
38
All threads resolved!
Hide all comments
Merged
robinwilliam.hundt
requested to merge
84-clarification-system
into
master
5 years ago
Overview
3
Commits
7
Pipelines
7
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#84 (closed)
0
0
Merge request reports
Compare
version 1
version 5
26224007
5 years ago
version 4
17d4edbe
5 years ago
version 3
576c9c03
5 years ago
version 2
ae3d8c9a
5 years ago
version 1
0ad42481
5 years ago
master (base)
and
version 2
latest version
64785ded
7 commits,
5 years ago
version 5
26224007
7 commits,
5 years ago
version 4
17d4edbe
6 commits,
5 years ago
version 3
576c9c03
5 commits,
5 years ago
version 2
ae3d8c9a
7 commits,
5 years ago
version 1
0ad42481
6 commits,
5 years ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
functional_tests/test_export_modal.py
+
1
−
0
Options
@@ -112,6 +112,7 @@ class ExportTestModal(LiveServerTestCase):
def
test_export_student_scores_as_json
(
self
):
fact
.
StudentInfoFactory
()
fact
.
SubmissionFactory
()
self
.
_login
()
export_btn
=
self
.
browser
.
find_element_by_id
(
'
export-btn
'
)
export_btn
.
click
()
Loading