File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
deps/rabbitmq_management/selenium/test/pageobjects Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ module.exports = class BasePage {
23
23
this . driver = webdriver
24
24
this . timeout = parseInt ( process . env . SELENIUM_TIMEOUT ) || 1000 // max time waiting to locate an element. Should be less that test timeout
25
25
this . polling = parseInt ( process . env . SELENIUM_POLLING ) || 500 // how frequent selenium searches for an element
26
- this . interactionDelay = parseInt ( process . env . SELENIUM_INTERACTION_DELAY ) || 0 // slow down interactions (when rabbit is behind a http proxy)
27
- console . log ( "Interaction Delay : " + this . interactionDelay )
26
+ this . interactionDelay = parseInt ( process . env . SELENIUM_INTERACTION_DELAY ) || 0 // slow down interactions (when rabbit is behind a http proxy)
28
27
}
29
28
30
29
You can’t perform that action at this time.
0 commit comments