View Source Plausible.Teams.Test (Plausible v0.0.1)

Convenience assertions for teams schema transition

Summary

Functions

Link to this function

add_guest(site, args \\ [])

View Source
Link to this function

assert_guest_invitation(team, site, email, role)

View Source
Link to this function

assert_guest_membership(team, site, user, role)

View Source
Link to this function

assert_team_attached(site, team_id \\ nil)

View Source
Link to this function

assert_team_exists(user, team_id \\ nil)

View Source
Link to this function

assert_team_membership(user, team, role \\ :owner)

View Source
Link to this function

invite_guest(site, invitee_or_email, args \\ [])

View Source
Link to this function

invite_transfer(site, invitee, args \\ [])

View Source
Link to this function

revoke_membership(site, user)

View Source
Link to this function

subscribe_to_growth_plan(user)

View Source