This step definition pauses the test for a specific period or until the page and its parts are fully loaded. Maximum wait time in seconds can be provided.
When (I|we)* wait max of (\d*) second(s)
It will make the testing wait for a period of time until the page and its elements are loaded or the specified maximum number of seconds is reached.
Example:
When I wait max of 1 second
When we wait max of 6 seconds