summaryrefslogtreecommitdiff
path: root/internal/suites/verify_is_authenticated_page.go
blob: 1e9bf7dd95beb8a0cb66886861fde5bed937c441 (plain)
1
2
3
4
5
6
7
8
9
10
11
package suites

import (
	"testing"

	"github.com/go-rod/rod"
)

func (rs *RodSession) verifyIsAuthenticatedPage(t *testing.T, page *rod.Page) {
	rs.WaitElementLocatedByID(t, page, "authenticated-stage")
}