🏠MethodswaitOn this pagewaitPause test execution.APIinterface Utils { wait(seconds: number): Promise<void>}Exampleimport { test } from '@pw-codeceptjs/test'test('Example', async ({ I }) => { await I.use.utils.wait(2)})