Update login_reset_password_unverified_account_test.go
This commit is contained in:
parent
bde3a884c4
commit
bc7a9593ac
@ -4,12 +4,14 @@
|
||||
package satellite
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/go-rod/rod"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"storj.io/common/testcontext"
|
||||
"storj.io/storj/private/testplanet"
|
||||
"storj.io/storj/testsuite/ui/uitest"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestForgotPasswordOnLoginPageUsingUnverifiedAccount(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user