import {browser, $, $$, expect} from '@wdio/globals'

export default async function () {
    await browser.refresh();
}
