summaryrefslogtreecommitdiff
path: root/internal/suites/suite_standalone_test.go
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2024-03-19 21:09:52 +1100
committerGitHub <noreply@github.com>2024-03-19 21:09:52 +1100
commit6428864b60a8e5f6620b9f04653208f3ab9b68de (patch)
treefd215a10f71912aa2a8862fce27e2e46c766a8f3 /internal/suites/suite_standalone_test.go
parent05c898905da376966809fb652b8a59879343c42b (diff)
fix(web): add missing translations and align for consistency (#6950)
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
Diffstat (limited to 'internal/suites/suite_standalone_test.go')
-rw-r--r--internal/suites/suite_standalone_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/suites/suite_standalone_test.go b/internal/suites/suite_standalone_test.go
index 050a54c43..7ddca178f 100644
--- a/internal/suites/suite_standalone_test.go
+++ b/internal/suites/suite_standalone_test.go
@@ -136,7 +136,7 @@ func (s *StandaloneWebDriverSuite) TestShouldNotRedirectAlreadyAuthenticatedUser
// Visit the login page and wait for redirection to 2FA page with success icon displayed.
s.doVisit(s.T(), s.Context(ctx), fmt.Sprintf("%s?rd=https://secure.example.local:8080", GetLoginBaseURL(BaseDomain)))
- s.verifyNotificationDisplayed(s.T(), s.Context(ctx), "Redirection was determined to be unsafe and aborted. Ensure the redirection URL is correct.")
+ s.verifyNotificationDisplayed(s.T(), s.Context(ctx), "Redirection was determined to be unsafe and aborted ensure the redirection URL is correct")
}
func (s *StandaloneWebDriverSuite) TestShouldCheckUserIsAskedToRegisterDevice() {