This step definition is used in website testing to indicate that the user is reloading or refreshing the current page.
When (I|we)* reload( the)* page
They are usually used after an event has been executed on the page and the results are supposed to appear on the same page after it is reloaded.
Example to use:
When I reload the page
When we reload page