2019-11-02 14:32:58 +00:00
|
|
|
package suites
|
|
|
|
|
2019-11-24 20:27:59 +00:00
|
|
|
import (
|
|
|
|
"testing"
|
2021-11-05 13:14:42 +00:00
|
|
|
|
|
|
|
"github.com/go-rod/rod"
|
2019-11-24 20:27:59 +00:00
|
|
|
)
|
2019-11-02 14:32:58 +00:00
|
|
|
|
2021-11-05 13:14:42 +00:00
|
|
|
func (rs *RodSession) verifyIsSecondFactorPage(t *testing.T, page *rod.Page) {
|
2022-04-07 05:33:53 +00:00
|
|
|
rs.WaitElementLocatedByID(t, page, "second-factor-stage")
|
2019-11-02 14:32:58 +00:00
|
|
|
}
|