Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!607
Resolve "Update copyright"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update copyright"
446-update-copyright
into
master
Overview
1
Commits
5
Pipelines
6
Changes
9
Merged
Lloyd Meins
requested to merge
446-update-copyright
into
master
3 years ago
Overview
1
Commits
5
Pipelines
6
Changes
9
Expand
Closes
#446 (closed)
Edited
3 years ago
by
Lloyd Meins
0
0
Merge request reports
Viewing commit
a2edb207
Prev
Next
Show latest version
9 files
+
187
−
185
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
Verified
a2edb207
Merge branch 'master' into 446-update-copyright
· a2edb207
Lloyd Meins
authored
3 years ago
aleksis/core/tests/browser/test_selenium.py
+
1
−
1
Options
@@ -77,5 +77,5 @@ class SeleniumTests(SeleniumTestCase):
self
.
_login
()
self
.
_create_person
()
self
.
selenium
.
get
(
self
.
live_server_url
+
reverse
(
"
test_pdf
"
))
el
=
WebDriverWait
(
self
.
selenium
,
1
0
).
until
(
lambda
d
:
"
.pdf
"
in
self
.
selenium
.
current_url
)
el
=
WebDriverWait
(
self
.
selenium
,
2
0
).
until
(
lambda
d
:
"
.pdf
"
in
self
.
selenium
.
current_url
)
self
.
_screenshot
(
"
pdf.png
"
)
Loading