authelia/internal/suites/verify_mail.go

12 lines
260 B
Go

package suites
import (
"testing"
"github.com/go-rod/rod"
)
func (rs *RodSession) verifyMailNotificationDisplayed(t *testing.T, page *rod.Page) {
rs.verifyNotificationDisplayed(t, page, "An email has been sent to your address to complete the process")
}