Skip to content

Commit

Permalink
attempt to stabilize spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 6, 2024
1 parent f301d9e commit 501d8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/features/principals/shared_memberships_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

principal_page.add_to_project! project.name, as: "Manager"

principal_page.expect_and_dismiss_flash message: "Successful creation."

member = principal.memberships.where(project_id: project.id).first
principal_page.edit_roles!(member, %w(Manager Developer))

Expand Down

0 comments on commit 501d8d5

Please sign in to comment.