Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Grady Corp.
grady
Commits
9ac90aa9
Commit
9ac90aa9
authored
1 year ago
by
Kai Oliver Meister
Browse files
Options
Downloads
Patches
Plain Diff
appearently the extra wait() call messed up the test for good
parent
a4b54e34
No related branches found
No related tags found
2 merge requests
!303
Wip/frontend changes
,
!288
Draft: Resolve "Copy button does not work when reviewing corrections"
Pipeline
#376284
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
functional_tests/test_auto_logout.py
+0
-2
0 additions, 2 deletions
functional_tests/test_auto_logout.py
with
0 additions
and
2 deletions
functional_tests/test_auto_logout.py
+
0
−
2
View file @
9ac90aa9
...
...
@@ -36,8 +36,6 @@ class TestAutoLogout(GradyTestCase):
def
_login
(
self
):
login
(
self
.
browser
,
self
.
live_server_url
,
self
.
username
,
self
.
password
)
# add a small additional wait to give theis test-file more time
self
.
browser
.
implicitly_wait
(
5
)
def
test_auto_logout_can_continue
(
self
):
with
self
.
settings
(
JWT_AUTH
=
{
...
...
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