mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
11 lines
187 B
Go
11 lines
187 B
Go
package suites
|
|
|
|
import (
|
|
"context"
|
|
"testing"
|
|
)
|
|
|
|
func (wds *WebDriverSession) verifySecretAuthorized(ctx context.Context, t *testing.T) {
|
|
wds.WaitElementLocatedByID(ctx, t, "secret")
|
|
}
|