Skip to content
Snippets Groups Projects
Commit 9ac90aa9 authored by Kai Oliver Meister's avatar Kai Oliver Meister :cow2:
Browse files

appearently the extra wait() call messed up the test for good

parent a4b54e34
No related branches found
No related tags found
2 merge requests!303Wip/frontend changes,!288Draft: Resolve "Copy button does not work when reviewing corrections"
Pipeline #376284 passed
......@@ -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={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment