E2E\TestCase::loginAndGoTo PHP Method

loginAndGoTo() protected method

Log in and go to a specific screen.
protected loginAndGoTo ( $screen )
$screen string
    protected function loginAndGoTo($screen)
    {
        return $this->loginAndWait()->goto($screen);
    }