authelia/internal/suites/verify_is_first_factor_page.go

12 lines
203 B
Go
Raw Permalink Normal View History

package suites
import (
"testing"
"github.com/go-rod/rod"
)
func (rs *RodSession) verifyIsFirstFactorPage(t *testing.T, page *rod.Page) {
rs.WaitElementLocatedByID(t, page, "first-factor-stage")
}