Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-frontends
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-frontends
Commits
c63b704d
Commit
c63b704d
authored
2 months ago
by
Stephanie Freitag
Browse files
Options
Downloads
Patches
Plain Diff
HOLI-10875: remove unnecessary navigation in e2e test
parent
1854fdfc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
e2e/web/tests/registration.spec.ts
+1
-2
1 addition, 2 deletions
e2e/web/tests/registration.spec.ts
with
1 addition
and
2 deletions
e2e/web/tests/registration.spec.ts
+
1
−
2
View file @
c63b704d
...
...
@@ -32,9 +32,8 @@ test.describe('@Registration', () => {
//FIXME: Error: Wasn't able to intercept user id while finishing account setup flow at finishAccountSetup in appointmentNotifications.spec.ts
// using a random user session implicitly tests user registration
await
userHandler
.
asRandomUser
(
async
(
page
)
=>
{
//
User lands on act home after onboarding
//
Starting on profile page
// Ensure user is logged in
await
page
.
goto
(
'
/profile
'
)
await
page
.
waitForSelector
(
byTestId
(
'
user-profile-full-name
'
))
// trying to go to login page with logged in user should show home feed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment