Skip to content

Commit

Permalink
fix: Invitation password examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 28, 2023
1 parent e0252c8 commit 921ae49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/examples/invitation_password_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
end

expect(page).to have_content("Dashboard")
expect(page).to have_current_path "/admin/"
expect(page).to have_current_path "/admin/admin_terms/show"
end
end

Expand Down Expand Up @@ -53,7 +53,7 @@
end

expect(page).to have_content("Dashboard")
expect(page).to have_current_path "/admin/"
expect(page).to have_current_path "/admin/admin_terms/show"
end
end
end
Expand Down

0 comments on commit 921ae49

Please sign in to comment.