E2E\TestCase::loginAndWait PHP Method

loginAndWait() protected method

Log in and wait for the app to finish loading.
protected loginAndWait ( )
    protected function loginAndWait()
    {
        $this->login()->seeText('Koel Admin', '#userBadge > a.view-profile');
        return $this;
    }