You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each wait related action has their own specified default timeout stored on vendor/codeception/codeception/src/Codeception/Module/WebDriver.php. These values are different for each action. It would be better to have 1 global value that all of these actions read from and use as the default. Test writers could overwrite this default in their xml test steps
Acceptance Criteria
All wait related actions read their default timeout value from a single, global variable
All wait related actions can have the default value overridden by providing timeout attribute on the action level (from a test step or action group step)
Global value is set to 10 seconds by default
The text was updated successfully, but these errors were encountered:
Communicated with @vasylmalanka regarding this issue via Slack. He is trying to use native Codeception Wait class to define global value for all waits. In case of any problems Vasyl can ask any questions in Slack or left any comments here.
Description
Currently, each wait related action has their own specified default timeout stored on vendor/codeception/codeception/src/Codeception/Module/WebDriver.php. These values are different for each action. It would be better to have 1 global value that all of these actions read from and use as the default. Test writers could overwrite this default in their xml test steps
Acceptance Criteria
The text was updated successfully, but these errors were encountered: