authelia/internal/suites/verify_is_consent_page.go

12 lines
194 B
Go

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