Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain Casati
Basthon Kernel
Commits
182393e0
Commit
182393e0
authored
Feb 01, 2021
by
Romain Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implict wait set to 30s. in selenium tests.
parent
ac31cea7
Pipeline
#385310
passed with stage
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
conftest.py
conftest.py
+1
-0
No files found.
conftest.py
View file @
182393e0
...
...
@@ -75,6 +75,7 @@ class SeleniumWrapper:
raise
ValueError
(
f
"
{
(
build_dir
/
'test.html'
).
resolve
()
}
"
f
"does not exist!"
)
self
.
driver
.
implicitly_wait
(
30
)
self
.
driver
.
get
(
f
"http://
{
server_hostname
}
:
{
server_port
}
/test.html"
)
self
.
run_js
(
"await Basthon.load"
)
self
.
run_js
(
"Error.stackTraceLimit = Infinity"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment